Home › Forums › Chart Support › Zero values on the AxisY creates undesirable visualization › Reply To: Zero values on the AxisY creates undesirable visualization
@varvara1986,
You can set the minimum and maximum values to axisY(as shown below) so that the entire line along the axisX is visible when all your y values are zero.
axisY:{ minimum: -1, maximum: 1 }
__ Priyanka M S Team CanvasJS