c3js / c3js/c3

min axis getter

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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.