Skip to content

Commit 607786e

Browse files
authored
Upgrade Chart.js
I found another pretty good performance boost there: chartjs/Chart.js#6671
1 parent fc871b2 commit 607786e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/Chart.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h2 id="wait">Loading lib....</h2>
2020

2121
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
22-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
22+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
2323
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
2424
<script src="https://www.chartjs.org/samples/latest/utils.js"></script>
2525

@@ -149,4 +149,4 @@ <h2 id="wait">Loading lib....</h2>
149149
<a href="https://www.chartjs.org/samples/latest/scales/time/financial.html">https://www.chartjs.org/samples/latest/scales/time/financial.html</a><br>
150150
</p>
151151
</body>
152-
</html>
152+
</html>

0 commit comments

Comments
 (0)