๐:0
Since the question is not clear, My suggestion is make use of ticks
. It will help the chart to have min
and max
axis values. just add the below code in yAxes
scale
ticks: {
suggestedMax: 100,
suggestedMin: -10
}