-
Notifications
You must be signed in to change notification settings - Fork 91
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
Missing beforeZoom, beforeResetZoom events #229
Comments
I will start working on this now |
Added in #290, PR sent in |
@thirstyape, This will only work in WASM and I don't see how we can support this in blazor server, or what do you think? |
Ok, I can try to do some more testing a bit later. I had not thought about that difference and happened to be doing my tests in WASM. Might need to add some more documentation to indicate that. |
The challenge here is we need to use invokeMethodAsync in order to support both WASM and server. Same problem here: https://apexcharts.github.io/Blazor-ApexCharts/features/formatters#use%20dotnet |
I'll add some documentation and a guard for now and then we can revisit. |
Good to know it is a sync/async issue, I had been looking at the JS a little to see if async would be possible in certain areas. |
Fixed in v1.1.0 |
Hi! As was mentioned in previous issues, not all events were presented here. Could you please take a look into it, to have the ability to use these events for example to set the initial zoom (https://codepen.io/apexcharts/pen/BaKXaQB?editors=0010)? Thanks a lot!
The text was updated successfully, but these errors were encountered: