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

Commit 6367c8c

Browse files
author
sluger
committed
Merge branch 'master' into develop
2 parents c1daa9b + ec46ee4 commit 6367c8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ interface IViolinItem extends IBaseItem {
201201
}
202202
```
203203

204+
**Note**: The statistics will be cached within the array. Thus, if you manipulate the array content without creating a new instance the changes won't be reflected in the stats. See also [CodePen](https://codepen.io/sgratzl/pen/JxQVaZ?editors=0010) for a comparison.
205+
204206
## Building
205207

206208
```sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-chart-box-and-violin-plot",
33
"description": "Chart.js module for charting boxplots",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)