You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The active property of the element is not changing to true when an annotation element is hovered. This is because CHART.JS is managing it for "data" element of a controller and not to other elements, like the element created by the plugin.
Therefore this should be managed internally by the plugin itself but it could be an useless overhead just for hovering.
The current annotations options are including a set of options which can be changed when the element is hovered.
For instance,
backgroundColor
orfont
.These new options could be added in order to avoid to the user to implement an event handler to do that.
It seems currently disabled in CHART.JS for subresolver. (see kurkle/chartjs-chart-treemap#149 (comment))
The text was updated successfully, but these errors were encountered: