Trend with less space at the bottom


#1

Hello, i have a trend and its values starts from 1431.60, i wonder if is possible to remove the space at the bottom of the chart, i have no values with 0:


#2

Hi @steven , sure you can, using an axis setup, let me show you:

.set("yAxis", { "show": true, min: 1431 })

Adding this will make your chart display from that position instead of zero


#3

I tested over the weekend and it works really good, thanks :pray: