We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/plotly/plotly.js/blob/master/src/traces/pie/plot.js#L99 https://github.com/plotly/plotly.js/blob/master/src/traces/pie/plot.js#L129
handleMouseOver exit early if hoverinfo set to 'none' skipping Fx.hover which triggers the custom hover event
The text was updated successfully, but these errors were encountered:
related to #851
Sorry, something went wrong.
pie: test issue plotly#902
f679bbf
* Test that 'plotly_hover' is triggered when `hoverinfo` is set to `"none"`.
pie: emit plotly_hover even if hoverinfo is none
plotly_hover
91cc175
Fixes plotly#902
b0dbec3
plotly_click
plotly_unhover
e08f727
No branches or pull requests
https://github.com/plotly/plotly.js/blob/master/src/traces/pie/plot.js#L99
https://github.com/plotly/plotly.js/blob/master/src/traces/pie/plot.js#L129
handleMouseOver exit early if hoverinfo set to 'none' skipping Fx.hover which triggers the custom hover event
The text was updated successfully, but these errors were encountered: