min axis getter
Open
C-bug
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
According to documentation (http://c3js.org/reference.html#api-axis-min) with
``` javascript
chart.axis.min()
```
I should get a dictionary containing min values of each chart axis but they appear as Undefined
```
Object { x=undefined, y=undefined, y2=undefined}
```
Is this correct?
Contributor guide
Research direction
Start with the documented chart.axis.min() entry point and reproduce the reported result using a minimal chart. Compare the returned x, y, and y2 values with the API reference; done when the implementation and documentation agree about whether the getter returns each axis's minimum.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100