mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix casing of dist files in docs (#7670)
This commit is contained in:
parent
2b40e04a4b
commit
da0764a585
2
.github/ISSUE_TEMPLATE/BUG.md
vendored
2
.github/ISSUE_TEMPLATE/BUG.md
vendored
@ -32,7 +32,7 @@ labels: 'type: bug'
|
||||
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.
|
||||
-->
|
||||
|
||||
@ -78,6 +78,6 @@ Guidelines for reporting bugs:
|
||||
|
||||
- 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.
|
||||
|
||||
@ -8,26 +8,27 @@ Developer features allow extending and enhancing Chart.js in many different ways
|
||||
|
||||
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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user