We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the upgrade changelog, none of my functionality should break (fiddles below):
Errors upgrading
Working v2.5 fiddle Not working v2.6 fiddle
The text was updated successfully, but these errors were encountered:
@GMaiolo the problem here is the legend global setting
Chart.defaults.global.legend = { display: false };
Work-around is to change this to
Chart.defaults.global.legend.display = false;
Sorry, something went wrong.
@etimberg there are also things which are broken since 2.5 - see my comment in #3992.
etimberg
No branches or pull requests
According to the upgrade changelog, none of my functionality should break (fiddles below):

Behavior
Errors upgrading
Steps to Reproduce
Working v2.5 fiddle
Not working v2.6 fiddle
Environment
The text was updated successfully, but these errors were encountered: