Home Forums Chart Support Line plot hangs with two single-point series Reply To: Line plot hangs with two single-point series

#42953

@jjurack,

Sorry for the inconvenience caused. We will be improving this behaviour in the future versions. Meanwhile, setting the minimum and maximum properties of the X axis seems to be working fine. Please take a look at this code snippet,

axisX : {
    minimum: 0.100,
    maximum: 0.1010
}

Kindly refer to this JSFiddle for an example on the same.


Adithya Menon
Team CanvasJS