The Wayback Machine - https://web.archive.org/web/20181212215343/https://github.com/chartjs/Chart.js
Skip to content
Simple HTML5 Charts using the <canvas> tag https://www.chartjs.org/
Clone or download
sgray and etimberg Remove autoSkip logic to always display last tick (#5891)
This changes the behavior of `autoSkip` so that it does not force the
display of the last tick. If the last tick can be displayed with equal
spacing to the rest of the ticks, it will be. Otherwise, it is not.
Latest commit 69fcba0 Dec 10, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Use comment for pull request template (#5595) Jun 26, 2018
docs Fix docs about bar chart indexable options (#5876) Dec 4, 2018
samples Refactor data generation in scatter basic example (#5877) Dec 4, 2018
scripts Deploy to GitHub pages (#4256) May 19, 2017
src Remove autoSkip logic to always display last tick (#5891) Dec 9, 2018
test Remove autoSkip logic to always display last tick (#5891) Dec 9, 2018
.codeclimate.yml Use the Chart.js shared ESLint config (#5112) Jan 6, 2018
.editorconfig Change .editorconfig to include final newlines (#5827) Nov 12, 2018
.eslintignore Update git ignore to make it easier to switch between branches. Add c… Feb 14, 2016
.eslintrc.yml Setup HTML and JS linters for samples (#5195) Feb 3, 2018
.gitignore Ignore package-lock.json (#5138) Jan 11, 2018
.htmllintrc Make `Chart.Animation/animations/Tooltip` importable (#5382) Apr 2, 2018
.npmignore Make Travis to release the npm package Jun 18, 2016
.travis.yml Remove gulp-connect and add jsdelivr/unpkg paths (#5875) Dec 1, 2018
LICENSE.md Update license year and copyright holders (#5053) Dec 31, 2017
MAINTAINING.md Fix broken links in Maintaining.md Sep 13, 2016
README.md clarify moment.js included in bundle cannot be used outside of chartjs ( Jun 4, 2018
book.json Improve title of generated documentation (#5256) Feb 16, 2018
composer.json Add composer.json Mar 14, 2016
gulpfile.js Remove gulp-connect and add jsdelivr/unpkg paths (#5875) Dec 1, 2018
karma.conf.js Add support for *.js test fixture config (#5777) Oct 20, 2018
package.json Remove gulp-connect and add jsdelivr/unpkg paths (#5875) Dec 1, 2018

README.md

Chart.js

travis coveralls codeclimate slack

Simple HTML5 Charts using the canvas element chartjs.org

Installation

You can download the latest version of Chart.js from the GitHub releases or use a Chart.js CDN.

To install via npm:

npm install chart.js --save

To install via bower:

bower install chart.js --save

Selecting the Correct Build

Chart.js provides two different builds for you to choose: Stand-Alone Build, Bundled Build.

Stand-Alone Build

Files:

  • dist/Chart.js
  • dist/Chart.min.js

The stand-alone build includes Chart.js as well as the color parsing library. If this version is used, you are required to include Moment.js before Chart.js for the functionality of the time axis.

Bundled Build

Files:

  • dist/Chart.bundle.js
  • dist/Chart.bundle.min.js

The bundled build includes Moment.js in a single file. You should use this version if you require time axes and want to include a single file. You should not use this build if your application already included Moment.js. Otherwise, Moment.js will be included twice which results in increasing page load time and possible version compatibility issues. The Moment.js version in the bundled build is private to Chart.js so if you want to use Moment.js yourself, it's better to use Chart.js (non bundled) and import Moment.js manually.

Documentation

You can find documentation at www.chartjs.org/docs. The markdown files that build the site are available under /docs. Previous version documentation is available at www.chartjs.org/docs/latest/developers/#previous-versions.

Contributing

Before submitting an issue or a pull request, 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.

Building

Instructions on building and testing Chart.js can be found in the documentation.

Thanks

  • BrowserStack for allowing our team to test on thousands of browsers.
  • @n8agrin for the Twitter handle donation.

License

Chart.js is available under the MIT license.

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.