Home Forums Chart Support Multi Series Line Charts Reply To: Multi Series Line Charts

#16069

The problem is solved)))
But if somebody will ask You the same question just tell him/her that the problem is in DateTime format. Safari does not support YYYY-MM-DD format here: data: [{type: “line”,lineThickness: 1,dataPoints: [{x: new Date(“2017-09-12 12:00:55”),y: 0.70}]}]. If to change the Date (by replacing “-“with “/”) to x: new Date(“2017/09/12 12:00:55”) everything will work fine!
Sorry for disturbing You guys :)