ledpup / ledpup/ClimateExplorer
Replace Blazorise chart with ApexCharts
Open
@ledpup is already working on this.
Since Dec 15, 2024.
Dependency
enhancement
- Dominant language
- C#
- Stars
- 29
- Forks
- 2
- Avg merge
- 2m
- Merged PRs (30d)
- 14
Description
There is charting component that looks as good as the Blazorise Chart (chartjs wrapper) that doesn't have a licencing concern.
Blazor-ApexCharts It's a wrapper for another JS library.
Features used by climateexplorer.net already:
- labelling for axes and multiple axes (including colours for labels)
- line and bar charts
- click events for points on the chart
- hover tooltip
- legend click (to remove/re-add series)
Could be nice to utilise:
- chart scrolling
- chart zoom
- toolbar with zoom and saving chart options
- RangeArea chart (slow a min/max range of temperatures maybe)
Does not have (automatic) support for:
- trendline
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.