Allow reset of y axis range to "auto"
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
Via the axis range api, the bounds of axis can be specified: http://c3js.org/samples/api_axis_range.html
However, there is no way to set the axis back to the default automatic value. Something like this would be nice:
```
chart.axis.min({y: 'auto'});
```
Contributor guide
Assessment
This issue has not been assessed yet.