-
Notifications
You must be signed in to change notification settings - Fork 22
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
1.10 #167
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add port to plugin_url
…iple libraries * Fixed an issue where object caches could result in some Chart.js plugins not loading * Fixed an issue where the port value wasn't being handled by the `plugin_url` method (@turicasturicas)
* The default Chart.js theme now uses the [default color pallette](https://www.chartjs.org/docs/latest/general/colors.html#default-color-palette) introduced in version 4.0.0 * If you preferred the older colors they've been moved to the Chart.js v3 theme * Number formatting is now always handled by the native locale formating functionality in Chart.js * Fixes an issue where large numbers sometimes didn't display properly * Fixed an issue where some missing output sanitation could allow for some [XSS](https://en.wikipedia.org/wiki/Cross-site_scripting) injection in a chart * Thank you to [Ngo Thien](https://twitter.com/thienbg93) for reporting this * Fixed an issue where the correct library wasn't set when using multiple libraries * Fixed an issue where the object cache could result in some Chart.js plugins not loading * Fixed an issue where the port value wasn't being handled by the `plugin_url` method (@turicasturicas) * Updated Chart.js to the latest stable version (4.2.1) * If you've customized some Chart.js behaviors note that version 4.x includes [a few breaking changes](https://www.chartjs.org/docs/4.2.0/migration/v4-migration.html) * Updated chartjs-plugin-datalabels to the latest stable version (2.2.0)
Fix custom Chart.js animation being overridden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
version 4.0.0
plugin_url
method (@turicasturicas)changes
#172
#169