Hello Syncfusion team, I have a few questions regarding ejs-chart. Thanks in advance for your assistance.
I have a situation where the chart is displaying properly when I push a new DateTime of locale (en-US) in String format into the chart.ej2_instances[0].series.dataSource in JavaScript every second. However, when I try to push the DateTime of locale (en-GB) in String format into the chart.ej2_instances[0].series.dataSource in JavaScript every second, the chart is not displaying the DateTime in the X-axis of the chart and cannot display any other data as well.
My questions are as follows:
1) Can I push the String format of DateTime from other locale (For eg. en-GB, en-AU) instead of String format of DateTime (en-US) into chart.ej2_instances[0].series.dataSource as the xValue or yValue of ejs-chart using JavaScript in ASP.Net Core?
2) Do ejs-chart only receive default locale (en-US) DateTime in String format for the DataSource of e-series?