Stripped personal data from development repository
Samo Penic
2019-02-20 83c3f647c35477564b77cbc5b36d37d793d5442a
commit | author | age
83c3f6 1 # Developers
SP 2
3 Developer features allow extending and enhancing Chart.js in many different ways.
4
5 # Latest resources
6
7 Latest documentation and samples, including unreleased features, are available at:
8
9  - http://www.chartjs.org/docs/master/
10  - http://www.chartjs.org/samples/master/
11
12 # Development releases
13
14 Latest builds are available for testing at:
15
16  - http://www.chartjs.org/dist/master/Chart.min.js
17  - http://www.chartjs.org/dist/master/Chart.bundle.min.js
18
19 > Note: Development builds are currently only available via HTTP, so in order to include them in [JSFiddle](http://jsfiddle.net) or [CodePen](http://codepen.io), you need to access these tools via HTTP as well.
20
21 **WARNING: Development builds MUST not be used for production purposes or as replacement for CDN.**
22
23 # Browser support
24
25 Chart.js offers support for the following browsers:
26 * Chrome 50+
27 * Firefox 45+
28 * Internet Explorer 11
29 * Edge 14+
30 * Safari 9+
31
32 Browser support for the canvas element is available in all modern & major mobile browsers. [CanIUse](http://caniuse.com/#feat=canvas)
33
34 Thanks to [BrowserStack](https://browserstack.com) for allowing our team to test on thousands of browsers.
35
36 # Previous versions
37
38 Version 2 has a completely different API than earlier versions.
39
40 Most earlier version options have current equivalents or are the same.
41
42 Please use the documentation that is available on [chartjs.org](http://www.chartjs.org/docs/) for the current version of Chart.js.
43
44 Please note - documentation for previous versions are available on the GitHub repo.
45
46 - [1.x Documentation](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs)