Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 0d454c1

Browse files
committed
pin to chart.js 2.7.x
1 parent 413a025 commit 0d454c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Chart.js Box and Violin Plot
22
[![datavisyn][datavisyn-image]][datavisyn-url] [![NPM Package][npm-image]][npm-url] [![CircleCI][circleci-image]][circleci-url]
33

4-
Chart.js module for charting box and violin plots
4+
Chart.js module for charting box and violin plots. **Works only with Chart.js ~2.7.x**
55

66
![Box Plot](https://user-images.githubusercontent.com/4129778/42724341-9a6ec554-8770-11e8-99b5-626e34dafdb3.png)
77
![Violin Plot](https://user-images.githubusercontent.com/4129778/42724342-9a8dbb58-8770-11e8-9a30-3e69d07d3b79.png)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"src/**/*.js"
2121
],
2222
"dependencies": {
23-
"chart.js": "^2.7.3",
23+
"chart.js": "~2.7.3",
2424
"@sgratzl/science": "^2.0.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)