Home Forums Chart Support chart renders blank Reply To: chart renders blank

#25698

@taquitosensei,

X value can either be number or date-time where as y-value can be number. But in the sample JSON that you have shared, x-value is not a valid date-time object and y-value is a string because of which you would be getting a blank chart. Changing the x and y-values to valid date-time and number respectively should work fine in your case. Please take a look at this JSFiddle.


Vishwas R
Team CanvasJS