Releases: apexcharts/Blazor-ApexCharts
Releases · apexcharts/Blazor-ApexCharts
Release v3.0.0
What's Changed
- Solution proposed to issue #408 by @peterboccia in #409
- Fix/tick placement by @peterboccia in #414
- Bug fix by @warpor in #417
- Update csproj file to enable multi targeting by @thirstyape in #407
- Removed warnings by @joadan in #421
- Updated docs to .net 8.0 by @joadan in #422
- Removed Invalid option LocaleToolbar -Download by @joadan in #423
New Contributors
- @peterboccia made their first contribution in #409
- @warpor made their first contribution in #417
Full Changelog: v2.3.3...v3.0.0
Release v2.3.3
Release v2.3.2
What's Changed
- Added Annotation Datetime sample by @joadan in #399
- Removed the need to run javascript eval for custom tooltip by @joadan in #402
Full Changelog: v2.3.1...v2.3.2
Release v2.3.1
Release v2.3.0
What's Changed
- fix: label value formatting on non-XY charts by @meronz in #368
- fix: use JsonElement.TryGetDecimal to format the YAxis value. by @meronz in #369
- Update README.md by @danielchalmers in #370
- Sample updateoptions include data by @joadan in #374
- Catch JSDisconnectedException exception by @joadan in #387
- Update to apexcharts.js 3.45.2 by @joadan in #389
- Update dotnet by @joadan in #390
- Added Support for Annotation events by @joadan in #392
- Added monotone cubic curve option by @joadan in #395
New Contributors
- @danielchalmers made their first contribution in #370
Full Changelog: v2.2.1...v2.3.0
Release v2.2.1
What's Changed
- added dynamic donut sample by @joadan in #363
- Added Tooltip property HideEmptySeries by @joadan in #365
Full Changelog: v2.2.0...v2.2.1
Release v2.2.0
What's Changed
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
Please note
In this release also RenderChart is done synchronously on WASM
What's Changed
Full Changelog: v2.0.0...v2.1.0
Release v2.0.0
Please note:
It's no longer necessary to manually include javascript files.
Please REMOVE any references to:
<script src="_content/Blazor-ApexCharts/js/apex-charts.min.js"></script>
<script src="_content/Blazor-ApexCharts/js/blazor-apex-charts.js"></script>
As of version 2.0 javascript interop on WASM is running synchronously for better performance.
What's Changed
- Use Sync javascript calls when available by @joadan in #316
- fix range area chart in Gallery by @joadan in #323
- Import Blazor-AppexCharts in a more Blazor like way. No script tag needed by @wolfgangschneider in #321
- minor fix by @joadan in #326
- Improved realtime example by @joadan in #331
- Don't render chart if no series by @joadan in #332
- Rename scripts by @joadan in #333
- Axis Samples update by @joadan in #335
- Catch disposed exception by @joadan in #336
New Contributors
- @wolfgangschneider made their first contribution in #321
Full Changelog: v1.3.0...v2.0.0
Release v1.3.0
What's Changed
- Tooltip samples by @joadan in #311
- #253 by @joadan in #313
- Update to apexcharts.js v3.44.0 by @joadan in #315
- Update README.md by @UdayKharatmol in #314
New Contributors
- @UdayKharatmol made their first contribution in #314
Full Changelog: v1.2.1...v1.3.0