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
In chartjs-plugin-annotation, we want to implement "hover" options in order to change color, size, font and so on when the annotation elements are hovered.
To do that, we need to:
change the prefixes to the annotation plugin options when the element is hovered.
apply the prefixes to sub-resolver for inner configuration nodes
Possible Implementation
Adds to prefixes handle in the helpers.config
The text was updated successfully, but these errors were encountered:
Feature Proposal
In chartjs-plugin-annotation, we want to implement "hover" options in order to change color, size, font and so on when the annotation elements are hovered.
To do that, we need to:
Possible Implementation
Adds to prefixes handle in the helpers.config
The text was updated successfully, but these errors were encountered: