-
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
Version 2.8.0 #6092
Version 2.8.0 #6092
Conversation
JSON doesn't support functions which are needed to create scriptable options, so implement a very basic method to load a JavaScript file exporting the config in `module.exports`. Also rename test sources (remove the `jasmine.` prefix), cleanup `karma.conf.js` and add an example .js fixture config (bubble radius option).
In commit c216c0a, the task unittestWatch was removed. However, the watch task links to it, when executed with the test flag. As watching the unittest is possible with `gulp unittest --watch`, this code is not needed anymore and thus removed.
The bar `backgroundColor`, `borderColor`, `borderWidth` and `borderSkipped` options are now scriptable (unit tests, docs and a basic sample). Also fix the gulp task that generates the documentation on Windows.
Use a simpler phrase for this heading.
When the axis lineWidth setting is set to an array, use the first item when determining the size of the axis area.
Moved drawing of radial lines before drawing the tick labels, such that the radial lines are not drawn on top of the tick labels and their backdrop.
Return all items that are at the nearest distance to the point and add unit tests for nearest + axis: 'x' and nearest + axis: 'y'
- Calculate the vertices of the shapes so that they are inscribed in the circle that has the radius of `pointRadius` - Remove `translate()` and `rotate()` to fix the regression introduced by #5319 - Refactor `rectRounded` for better performance
Ok, I took the copy of my project and tested it out - works well with 2.7.3.
This is the code for creating the chart |
I think it's related to #6112 (not released) but you should use |
That's intended, we don't ship our sources anymore, see #6105 (comment). |
Thanks, import Chart from 'chart.js'; solved that one. |
Sorry for bothering, but do i need to change anything regarding to "zoom plugin", it doesn't work with 2.8.0? |
It "should" work, can you join our Slack to get support on this update? |
Instead of a direct link, restore the extensions.md file which now redirects /notes/extensions.html to https://github.com/chartjs/awesome in case anyone bookmarked it / there were links to it.
Milestone: 2.8
Merged PRs: 133
Please help in testing this upcoming release!
npm install chart.js@2.8.0-rc.1
or download files from the GitHub release.
Checklist:
See the release process for details.