Skip to content

Commit 4b8ff4f

Browse files
authored
Replace chart.min.js by chart.umd.js (#916)
There is no "chart.min.js" file when you "npm install chart.js". I supposed it has been replaced by "chart.umd.js" as indicated in the Chart.js integration documentation.
1 parent e66cacc commit 4b8ff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Integration
77
## Script Tag
88

99
```html
10-
<script src="path/to/chartjs/dist/chart.min.js"></script>
10+
<script src="path/to/chartjs/dist/chart.umd.js"></script>
1111
<script src="path/to/chartjs-plugin-annotation/dist/chartjs-plugin-annotation.min.js"></script>
1212
<script>
1313
var myChart = new Chart(ctx, {...});

0 commit comments

Comments
 (0)