Releases: apexcharts/Blazor-ApexCharts
Releases ยท apexcharts/Blazor-ApexCharts
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
Release v1.2.1
Full Changelog: v1.1.1...v1.2.1
Release v1.1.1
Release v1.1.0
What's Changed
- Improved Multiple Y Axis sample by @joadan in #288
- 4 add remaining events by @thirstyape in #290
- Add ValueOrList enum converters by @joadan in #291
- Added guard and documentation for OnBeforeZoom and OnBeforeResetZoom by @joadan in #292
Full Changelog: v1.0.1...v1.1.0
Release v1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
- Implement new enums as per JS documentation by @thirstyape in #275
- NuGet packaging improvements by @thirstyape in #276
- Update eval calls to be indirect by @thirstyape in #279
- 8 restrict internal only resource visibility by @thirstyape in #281
- 10 update options to support multi datatype properties by @thirstyape in #283
- 9 remove obsolete content by @thirstyape in #285
Full Changelog: v0.9.22-beta...v1.0.0
Release v0.9.22-beta
What's Changed
- Added Range overlap sample by @joadan in #238
- Markers size list by @GamiDroid in #245
- Allow to set multiple curves by @ElskePM in #248
- Serializer ConcurrentDictionary by @joadan in #251
- Scatter samples by @joadan in #252
- Fix invalid CheckInput method for ApexRangeSeries by @thirstyape in #260
- 1 improve xml documentation by @thirstyape in #261
- Update ApexChart.js v3.41.0 by @joadan in #264
- Added Funnel Charts by @joadan in #265
- Add new options properties and classes by @thirstyape in #266
- Fix yaxis tooltip by @joadan in #272
- Improved methods by @joadan in #273
New Contributors
- @GamiDroid made their first contribution in #245
- @ElskePM made their first contribution in #248
- @thirstyape made their first contribution in #260
Full Changelog: v0.9.21-beta...v0.9.22-beta
Release v0.9.21-beta
What's Changed
- Added support and docs for RangeArea chart by @Boscarato in #225
- Added Donut Total formatter by @joadan in #226
- Added missing Start/End Angle to Pie options by @joadan in #236
- Updated performance sample by @joadan in #237
New Contributors
- @Boscarato made their first contribution in #225
Full Changelog: v0.9.20-beta...v0.9.21-beta