c3js / c3js/c3

Allow reset of y axis range to "auto"

Open
#1,762 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.