azcoov / Chart.js

Simple HTML5 Charts using the <canvas> tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart.js

Build Status Code Climate

Simple HTML5 Charts using the canvas element chartjs.org ##Changes

  • Bar chart tool-tip will show when hovering labels as well as data (this was the norm for line charts so just brought the two in-line)

##New Features In This Fork

Most new features are documented in the forks docs section or follow the links to the fiddles to see a working example.

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.

About

Simple HTML5 Charts using the <canvas> tag

License:MIT License


Languages

Language:JavaScript 100.0%