Breaking Change
The .Net Tooltip now uses the apexcharts.js tooltip function.
The syntax is the same but the tooltip is generated in the apexcharts tooltip container with the apexcharts.js css.
Also we no longer rely on the event 'OnPointEnterEvent' and therefore we don't need to automatically add markers to line charts.
Check https://apexcharts.github.io/Blazor-ApexCharts/features/tooltip-dotnet for samples
What's Changed
- Added Sample by @joadan in #548
- Updated Apexcharts.js to 4.1.0 by @joadan in #552
- Fixed HttpClient by @joadan in #559
- Update Apexcharts 4.3.0 by @joadan in #560
- Improved .net tool tip by @joadan in #562
- Update docs TabBlazor to latest version by @joadan in #564
Full Changelog: v4.0.1...v5.0.0