Skip to content

Commit

Permalink
Version bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 10, 2019
1 parent 3f833c2 commit 1b0972d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,25 +215,25 @@ Set a decimal separator - *Chart.js, Highcharts*
new Chartkick.LineChart("chart-1", data, {decimal: ","})
```

Set significant digits - *Chart.js, Highcharts* [master]
Set significant digits - *Chart.js, Highcharts*

```javascript
new Chartkick.LineChart("chart-1", data, {precision: 3})
```

Set rounding - *Chart.js, Highcharts* [master]
Set rounding - *Chart.js, Highcharts*

```javascript
new Chartkick.LineChart("chart-1", data, {round: 2})
```

Show insignificant zeros, useful for currency - *Chart.js, Highcharts* [master]
Show insignificant zeros, useful for currency - *Chart.js, Highcharts*

```javascript
new Chartkick.LineChart("chart-1", data, {round: 2, zeros: true})
```

Friendly file sizes - *Chart.js 2.8+* [master]
Friendly file sizes - *Chart.js 2.8+*

```javascript
new Chartkick.LineChart("chart-1", data, {bytes: true})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartkick",
"version": "3.1.3",
"version": "3.2.0",
"homepage": "https://github.com/ankane/chartkick.js",
"description": "Create beautiful charts with one line of JavaScript",
"main": "dist/chartkick.js",
Expand Down

0 comments on commit 1b0972d

Please sign in to comment.