Home Forums Chart Support CanvasJS crashed with JS script running in PhantomJS to build chart PNG image. Reply To: CanvasJS crashed with JS script running in PhantomJS to build chart PNG image.

#60618

I was able to get this working after changing interval to accommodate larger plotting Y values
axisY: {
lineThickness: 1,
interval: 500000,
minimum: -0.2,
gridThickness: 0
},

You can close this ticket