Simple HTML5 Charts using the tag
Go to file
Evert Timberg c4da135fe0 Merge pull request #1427 from etimberg/feature/unit-test
Adds unit tests for the doughnut & line controllers + line controller updates
2015-08-30 17:54:12 -04:00
docs Category scale filter function will hide the grid line if null or undefined returned. 2015-08-23 13:20:43 -04:00
samples Category scale filter function will hide the grid line if null or undefined returned. 2015-08-23 13:20:43 -04:00
src Add line controller tests. Fixed an issue when the number of data points changes. When adding the tension to a point, get the same tension as the line if it has been overridden at the dataset level. When setting the hover style of a point, allow setting the radius independently of the regular radius. Use the hoverRadius property in point.custom or the dataset.pointHoverRadius. Allow setting the border width independently at the dataset level. Use dataset.pointHoverBorderWidth. This can be an array or a number. 2015-08-30 17:42:42 -04:00
test Add line controller tests. Fixed an issue when the number of data points changes. When adding the tension to a point, get the same tension as the line if it has been overridden at the dataset level. When setting the hover style of a point, allow setting the radius independently of the regular radius. Use the hoverRadius property in point.custom or the dataset.pointHoverRadius. Allow setting the border width independently at the dataset level. Use dataset.pointHoverBorderWidth. This can be an array or a number. 2015-08-30 17:42:42 -04:00
.gitignore Install coverage metrics. Use gulp coverage to generate coverage reports 2015-08-28 19:02:37 -04:00
.travis.yml Update .travis.yml 2015-01-29 21:43:02 -05:00
bower.json Version bump 2.0.0-alpha 2015-06-03 15:25:18 -06:00
Chart.js During a mousemove event only re-render the chart instead of updating it. Updating uses more memory & causes flicker in the axes. 2015-08-08 18:12:01 -04:00
Chart.min.js During a mousemove event only re-render the chart instead of updating it. Updating uses more memory & causes flicker in the axes. 2015-08-08 18:12:01 -04:00
CONTRIBUTING.md ADD GH PR guidelines 2015-01-28 14:22:28 -05:00
gulpfile.js Merge remote-tracking branch 'upstream/v2.0-dev' into feature/unit-test 2015-08-28 19:09:39 -04:00
karma.conf.js Watch mode runs tests. 2015-08-23 15:55:10 -04:00
karma.coverage.conf.js Install coverage metrics. Use gulp coverage to generate coverage reports 2015-08-28 19:02:37 -04:00
LICENSE.md Bump copyright year in license 2015-01-01 23:46:02 +00:00
package.json Install coverage metrics. Use gulp coverage to generate coverage reports 2015-08-28 19:02:37 -04:00
README.md Added 2.0 alpha notes 2015-05-11 19:00:04 -06:00

Chart.js

Build Status Code Climate

Version 2.0 is in early alpha. We are changing the internal data model to reduce copying, increase performance and expose a more flexible API.

Simple HTML5 Charts using the canvas element chartjs.org

Documentation

You can find documentation at chartjs.org/docs. The markdown files that build the site are available under /docs. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard.

Bugs, issues and contributing

Before submitting an issue or a pull request to the project, please take a moment to look over the contributing guidelines first.

For support using Chart.js, please post questions with the chartjs tag on Stack Overflow.

License

Chart.js is available under the MIT license.