-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Deprecation warnings on all horizontal bar charts with Chart.js 2.9.0 #6602
Labels
Comments
Thanks. I've sent a PR to fix this. You can work around it by changing the default settings as I did in that PR |
That was fast, thanks @benmccann! |
Chart.js v2.9.1 has been released with a fix for this issue |
Great, thanks @etimberg |
Still seeing this issue on 2.9.3 for vertical bar charts using the following configuration:
|
@hevans90 this one helps me: https://stackoverflow.com/a/59732946/7189547 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
No deprecation warnings when not using deprecated options.
Current Behavior
Two deprecation warnings for all horizontal bar charts
and
Steps to Reproduce (for bugs)
Change
type
tohorizontalBar
in the default codepen: https://codepen.io/ankane/pen/XWWgKZyEnvironment
The text was updated successfully, but these errors were encountered: