Skip to content

Commit bfa6b62

Browse files
authored
moment.js needs to be loaded before Chart.js
1 parent b8abbdd commit bfa6b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In your `_Host.cshtml` (server-side) or in your `index.html` (client-side) add t
5050
<script src="_content/ChartJs.Blazor.Fork/ChartJsBlazorInterop.js"></script>
5151
```
5252

53-
If you are using a time scale (`TimeAxis`), you also need to include Moment.js.
53+
If you are using a time scale (`TimeAxis`), you also need to include Moment.js **before** including Chart.js.
5454

5555
```html
5656
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>

0 commit comments

Comments
 (0)