Home Forums Chart Support Zero values on the AxisY creates undesirable visualization

Zero values on the AxisY creates undesirable visualization

Viewing 2 posts - 1 through 2 (of 2 total)
  • #22275

    When we have all values “0” on AxisY , then the line on AxisX is half cut.
    How to move Axis X and Y from the content graph?

    #22283

    @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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.