Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

File metadata and controls

31 lines (18 loc) · 1.19 KB

Chart.js v1x

Simple HTML5 Charts using the canvas element

This fork of Chart.js is based off of the 1.1.1 branch of the original project. If you're looking for the standard version go to chartjs.org.

v1.2.1 Bleeding-Edge

This somewhat retro version is being tweaked to try to decrease the bundle size and to increase performance.

Some features are being removed to accomplish that end:

  • Animation
  • Scale override
Contributing to 1.2.1

Submit PR's to the v1x branch.

Building and Testing

gulp build, gulp test, gulp watch --test

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.