Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Custom Tooltip .NET #561

Closed
joadan opened this issue Dec 19, 2024 · 2 comments
Closed

Improve Custom Tooltip .NET #561

joadan opened this issue Dec 19, 2024 · 2 comments

Comments

@joadan
Copy link
Member

joadan commented Dec 19, 2024

Now when apexcharts/apexcharts.js#4869 has been implemented we should investigate if we can improve the .Net custom tooltip. With this change we should be able generate the tooltip without relying on the mouse over event to trigger the tooltip generation.

@joadan
Copy link
Member Author

joadan commented Dec 27, 2024

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

@joadan
Copy link
Member Author

joadan commented Dec 27, 2024

fixed in v5.0.0

@joadan joadan closed this as completed Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant