We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84dfc1 commit 440454dCopy full SHA for 440454d
samples/boxplot.html
@@ -4,10 +4,7 @@
4
<title>Hierarchical Bar Chart</title>
5
<script src="https://unpkg.com/[email protected]/dist/chart.js"></script>
6
<script src="../build/index.umd.js"></script>
7
- <script
8
- src="https://unpkg.com/@sgratzl/chartjs-chart-boxplot/build/index.umd.js"
9
- type="text/javascript"
10
- ></script>
+ <script src="https://unpkg.com/@sgratzl/chartjs-chart-boxplot/build/index.umd.js" type="text/javascript"></script>
11
<style>
12
canvas {
13
-moz-user-select: none;
0 commit comments