y2.min is set to 0 still the y2 axis shows -10 on it, even though the data _does not_ contain any negative values.
Hi @jinayshah0506, try adjusting with axis.y2.padding option
y2: {
show: true,
min: 0, // On removing this attribute, deselect the data3 line by clicking on data4 legend and the negative value can be seen again.
padding: {
bottom: 0
}
}
@netil Thanks for the help. It works!! :slightly_smiling_face: