Skip to content

Commit c41435a

Browse files
committed
docs: remove next hint
1 parent 6188189 commit c41435a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Chart.js module for charting box and violin plots. This is a maintained fork of
1212
## Install
1313

1414
```bash
15-
npm install --save chart.js@next @sgratzl/chartjs-chart-boxplot@next
15+
npm install --save chart.js @sgratzl/chartjs-chart-boxplot
1616
```
1717

1818
## Usage
@@ -29,13 +29,13 @@ four new types: `boxplot` and `violin`.
2929

3030
The config can be done on a per dataset `.data.datasets[0].minStats` or for all datasets under the controllers name. e.g., `.options.boxplot.datasets.minStats`.
3131

32-
see https://github.com/sgratzl/chartjs-chart-boxplot/blob/develop/src/data.ts#L100-L147
32+
see https://github.com/sgratzl/chartjs-chart-boxplot/blog/dev/src/data.ts#L100-L147
3333

3434
## Data structure
3535

3636
Both types support that the data is given as an array of numbers `number[]`. The statistics will be automatically computed. In addition, specific summary data structures are supported:
3737

38-
see https://github.com/sgratzl/chartjs-chart-boxplot/blob/develop/src/data.ts#L24-L49
38+
see https://github.com/sgratzl/chartjs-chart-boxplot/blog/dev/src/data.ts#L24-L49
3939

4040
## Tooltips
4141

0 commit comments

Comments
 (0)