File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 119
119
"release:pre" : " release-it --disable-metrics --npm.skipChecks --preRelease=alpha --npm.tag=next"
120
120
},
121
121
"dependenciesMeta" : {
122
- "chart.js@3.0.0 " : {
122
+ "chart.js@3.3.2 " : {
123
123
"unplugged" : true
124
124
}
125
125
}
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
</ head >
8
8
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 11
11
< script type ="importmap-shim ">
12
12
{
13
13
"imports" : {
14
- "chart.js" : "https://unpkg.com/chart.js@3.0.0 ?module" ,
15
- "chart.js/helpers" : "https://unpkg.com/chart.js@3.0.0 /helpers/helpers.esm.js?module" ,
14
+ "chart.js" : "https://unpkg.com/chart.js@3.3.2 ?module" ,
15
+ "chart.js/helpers" : "https://unpkg.com/chart.js@3.3.2 /helpers/helpers.esm.js?module" ,
16
16
"@sgratzl/boxplots" : "https://unpkg.com/@sgratzl/boxplots?module" ,
17
17
"@sgratzl/chartjs-chart-boxplot" : "../build/index.js"
18
18
}
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
</ head >
8
8
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
</ head >
8
8
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Horizontal Bar Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Violin Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="./utils.js "> </ script >
8
8
</ head >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
</ head >
8
8
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Box Plot Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Violin Chart</ title >
5
- < script src ="https://unpkg.com/chart.js@3.0.0 /dist/chart.js "> </ script >
5
+ < script src ="https://unpkg.com/chart.js@3.3.2 /dist/chart.js "> </ script >
6
6
< script src ="../build/index.umd.js "> </ script >
7
7
< script src ="https://unpkg.com/d3-random@latest/dist/d3-random.min.js "> </ script >
8
8
< script src ="./utils.js "> </ script >
You can’t perform that action at this time.
0 commit comments