We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9bb44 commit 8271c73Copy full SHA for 8271c73
README.md
@@ -221,7 +221,7 @@ Set significant digits - *Chart.js, Highcharts* [master]
221
new Chartkick.LineChart("chart-1", data, {precision: 3})
222
```
223
224
-Round values when displayed - *Chart.js, Highcharts* [master]
+Set rounding - *Chart.js, Highcharts* [master]
225
226
```javascript
227
new Chartkick.LineChart("chart-1", data, {round: 2})
0 commit comments