c3js / c3js/c3

Y Axis minimal value

Open
#2,370 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

![5](https://user-images.githubusercontent.com/12971978/40233645-879fcfe0-5aac-11e8-9add-a48f4a78529b.gif)
how to remove negative values?

my code
axis: {

x: {
type: 'timeseries',
tick: {
fit: true,
format: '%e %b %y',
rotate: 90
},
label: {
text: this._i18n.t('Time'),
position: 'inner-bottom'
}
},
y: {
range:{
min: 0,
},
show: true,
min:0,
tick: {
format: function(d) {
....
}
},

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.