interactive example (https://codepen.io/pen?template=JXVYzq).
If filing a bug against `master`, you may reference the latest code via
- https://www.chartjs.org/dist/master/Chart.min.js (changing the filename to
+ https://www.chartjs.org/dist/master/chart.min.js (changing the filename to
point at the file you need as appropriate). Do not rely on these files for
production purposes as they may be removed at any time.
-->
- Check the issue search to see if it has already been reported
- Isolate the problem to a simple test case
-- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via <https://www.chartjs.org/dist/master/Chart.min.js> (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time.
+- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via <https://www.chartjs.org/dist/master/chart.min.js> (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time.
Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data.
Latest documentation and samples, including unreleased features, are available at:
- - https://www.chartjs.org/docs/master/
- - https://www.chartjs.org/samples/master/
+- https://www.chartjs.org/docs/master/
+- https://www.chartjs.org/samples/master/
## Development releases
Latest builds are available for testing at:
- - https://www.chartjs.org/dist/master/Chart.js
- - https://www.chartjs.org/dist/master/Chart.min.js
+- https://www.chartjs.org/dist/master/chart.js
+- https://www.chartjs.org/dist/master/chart.min.js
**WARNING: Development builds MUST not be used for production purposes or as replacement for CDN.**
## Browser support
Chart.js offers support for the following browsers:
-* Chrome 50+
-* Firefox 45+
-* Internet Explorer 11
-* Edge 14+
-* Safari 9+
+
+- Chrome 50+
+- Firefox 45+
+- Internet Explorer 11
+- Edge 14+
+- Safari 9+
Browser support for the canvas element is available in all modern & major mobile browsers. [CanIUse](https://caniuse.com/#feat=canvas)