mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
85e928b42619fc3278b74c4f5829465fe8aa9d8a
Usage: `.update(animationDuration, [bool])` Tooltip animations are now "lazy” by default, meaning they can be interrupted and pivoted by other animations. All others internal updates are by nature non-interruptible, so hovering over a chart during a regular `update()` cycle will pivot the tooltip correctly.
Chart.js
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.
Description
Languages
JavaScript
89%
TypeScript
10.6%
Shell
0.2%
HTML
0.2%