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
@Niladri24dutta sorry. I re-used that codepen for something else and forgot to fork it. I've re-updated the one in the original description to reflect the issue.
Expected Behavior
Setting the
elements.point.hoverBorderWidth
configuration setting in the defaults for a graph type should have an effect.Current Behavior
That setting is ignored.
Possible Solution
The final argument of this line should be changed to
this.chart.options.elements.point.hoverBorderWidth
Steps to Reproduce (for bugs)
https://codepen.io/anon/pen/QZryBg (setting it globally has no effect, but setting it on the dataset does)
Context
Just trying to do what the documentation says I can do.
Environment
The text was updated successfully, but these errors were encountered: