Skip to content

Commit 440454d

Browse files
committed
fix: linting
1 parent f84dfc1 commit 440454d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

samples/boxplot.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
<title>Hierarchical Bar Chart</title>
55
<script src="https://unpkg.com/[email protected]/dist/chart.js"></script>
66
<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>
7+
<script src="https://unpkg.com/@sgratzl/chartjs-chart-boxplot/build/index.umd.js" type="text/javascript"></script>
118
<style>
129
canvas {
1310
-moz-user-select: none;

0 commit comments

Comments
 (0)