Y Axis minimal value
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description

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
Assessment
This issue has not been assessed yet.