Skip to content
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

[BUG] elements.point.hoverBorderWidth is not applied #5775

Closed
snoozbuster opened this issue Oct 18, 2018 · 4 comments
Closed

[BUG] elements.point.hoverBorderWidth is not applied #5775

snoozbuster opened this issue Oct 18, 2018 · 4 comments

Comments

@snoozbuster
Copy link
Contributor

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

  • Chart.js version: 2.7.3
  • Browser name and version: all
@Niladri24dutta
Copy link
Contributor

@snoozbuster in this codepen i can see the global setting is working . https://codepen.io/anon/pen/mzoLOd
Are you referring to this?

@snoozbuster
Copy link
Contributor Author

@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.

@Niladri24dutta
Copy link
Contributor

Niladri24dutta commented Oct 30, 2018

@nagix @snoozbuster I have created a PR #5801 for this, may be someone need to review this.

@snoozbuster
Copy link
Contributor Author

Fixed by #5973.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants