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