Open
Conversation
This file contains hidden or 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
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.
Hello 👋
🚀🚀🚀
chart.js just published its new version 2.1.2, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of chart.js – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
Issues Fixed
beginAtZerois set and there is no data, the linear scale will be all positive. #2476Enhancements
You can now easily update the default configuration for different scale types using the
updateScaleDefaultsfunction. The new defaults you pass in will be merged with the old defaults. See https://github.com/chartjs/Chart.js/blob/master/docs/01-Scales.md#update-default-scale-configThe new version differs by 1479 commits .
8ffbe232.1.2 release9a38e25Merge pull request #2493 from chartjs/fix/249252a8654Ensure that when calculating tick width in the bar controller, we use the number of ticks in the scale, not the number of data points.51d8a5bMerge pull request #2490 from chartjs/fix/2476bc505b1beginAtZero and linear scales with no data should play niceb2fd94bMerge pull request #2489 from chartjs/fix/248033c7dbaUse local variables + don't include text width for vertical scales with mirrored text15cbbaeMerge pull request #2488 from chartjs/fix/2472d13e790Scales should have 0 cross size when not displayedb174d82Merge pull request #2486 from chartjs/fix/2330fc4c23cAllow updating scale defaults9cfda5aUpdate CDN in README to 2.1.129ab84cMerge pull request #2484 from chartjs/release/2.1.18fb20732.1.1 release buildf3363e1Merge pull request #2475 from chartjs/fix/2471There are 250 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.