Chart.js/docs/10-Notes.md
Chris Fä eb15ddfd2b Cleanup React extension links (#3282)
Remove the existing link which was for Chart.js v1 and add 2 links for Chart.js v2
2016-09-09 23:17:31 +02:00

5.0 KiB

title anchor
Notes notes

Previous versions

Version 2 has a completely different API than earlier versions.

Most earlier version options have current equivalents or are the same.

Please use the documentation that is available on chartjs.org for the current version of Chart.js.

Please note - documentation for previous versions are available on the GitHub repo.

Browser support

Chart.js offers support for all browsers where canvas is supported.

Browser support for the canvas element is available in all modern & major mobile browsers (http://caniuse.com/#feat=canvas).

Thanks to BrowserStack for allowing our team to test on thousands of browsers.

Bugs & issues

Please report these on the GitHub page - at github.com/chartjs/Chart.js. If you could include a link to a simple jsbin or similar to demonstrate the issue, that'd be really helpful.

Contributing

New contributions to the library are welcome, but we ask that you please follow these guidelines:

  • Use tabs for indentation, not spaces.
  • Only change the individual files in /src.
  • Check that your code will pass eslint code standards, gulp lint will run this for you.
  • Check that your code will pass tests, gulp test will run tests for you.
  • Keep pull requests concise, and document new functionality in the relevant .md file.
  • Consider whether your changes are useful for all users, or if creating a Chart.js plugin would be more appropriate.

License

Chart.js is open source and available under the MIT license.

Charting Library Comparison

Library Features

Feature Chart.js D3 HighCharts Chartist
Completely Free
Canvas
SVG
Built-in Charts
8+ Chart Types
Extendable to Custom Charts
Supports Modern Browsers
Extensive Documentation
Open Source

Built in Chart Types

Type Chart.js HighCharts Chartist
Combined Types
Line
Bar
Horizontal Bar
Pie/Doughnut
Polar Area
Radar
Scatter
Bubble
Gauges
Maps (Heat/Tree/etc.)

There are many plugins that add additional functionality to Chart.js. Some particularly notable ones are listed here. In addition, many plugins can be found on the Chart.js GitHub organization.

There are many extensions which are available for use with popular frameworks. Some particularly notable ones are listed here.

Angular

React

Django

Ruby on Rails

Laravel