c3js / c3js/c3

Y axis tick display wrong values with some negative number

Open
#1,261 1 comment 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

Hello everybody!

I have this strange behavior with bar chart.

For example:

``` js
var chart = c3.generate({
data: {
columns: [
['data1', -0.67]
],
type: 'bar'
}
});
```

will show:
![c3bug](https://cloud.githubusercontent.com/assets/2373426/8599522/43e15b7a-2661-11e5-9e57-5ea429ed3efa.png)

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.