We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8abbdd commit bfa6b62Copy full SHA for bfa6b62
1 file changed
README.md
@@ -50,7 +50,7 @@ In your `_Host.cshtml` (server-side) or in your `index.html` (client-side) add t
50
<script src="_content/ChartJs.Blazor.Fork/ChartJsBlazorInterop.js"></script>
51
```
52
53
-If you are using a time scale (`TimeAxis`), you also need to include Moment.js.
+If you are using a time scale (`TimeAxis`), you also need to include Moment.js **before** including Chart.js.
54
55
```html
56
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
0 commit comments