mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
replace self closing script tag with open and closing tags
This commit is contained in:
parent
7f15bebed2
commit
0eedec31f0
@ -11,7 +11,7 @@ First, we need to have a canvas in our page.
|
||||
Now that we have a canvas we can use, we need to include Chart.js in our page.
|
||||
|
||||
```html
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
|
||||
```
|
||||
|
||||
Now, we can create a chart. We add a script to our page:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user