Skip to content

Commit

Permalink
Upgrade Chart.js
Browse files Browse the repository at this point in the history
I found another pretty good performance boost there: chartjs/Chart.js#6671
  • Loading branch information
benmccann committed Nov 2, 2019
1 parent fc871b2 commit 607786e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/Chart.js.html
Expand Up @@ -19,7 +19,7 @@
<h2 id="wait">Loading lib....</h2>

<script src="https://cdn.jsdelivr.net/npm/luxon@1.15.0"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.1"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.2"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@0.2.0"></script>
<script src="https://www.chartjs.org/samples/latest/utils.js"></script>

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

0 comments on commit 607786e

Please sign in to comment.