diff --git a/README.md b/README.md index 73890d0..2614683 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chart.js Box and Violin Plot [![datavisyn][datavisyn-image]][datavisyn-url] [![NPM Package][npm-image]][npm-url] [![CircleCI][circleci-image]][circleci-url] -Chart.js module for charting box and violin plots +Chart.js module for charting box and violin plots. **Works only with Chart.js ~2.7.x** ![Box Plot](https://user-images.githubusercontent.com/4129778/42724341-9a6ec554-8770-11e8-99b5-626e34dafdb3.png) ![Violin Plot](https://user-images.githubusercontent.com/4129778/42724342-9a8dbb58-8770-11e8-9a30-3e69d07d3b79.png) diff --git a/package-lock.json b/package-lock.json index 775c658..a250af9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chartjs-chart-box-and-violin-plot", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a9730f..0f298e9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "src/**/*.js" ], "dependencies": { - "chart.js": "^2.7.3", + "chart.js": "~2.7.3", "@sgratzl/science": "^2.0.0" }, "devDependencies": {