To plot a data chart, I have two different array of json objects like
data1[] = [{ "time": "00:00:00", "speed": 15, "speedlimit": 10 }, { "time": "00:00:00", "speed": 15, "speedlimit": 10 }, { "time": "00:00:00", "speed": 15, "speedlimit": 10 }]; data2[] = [{ "time": "00:00:00", "Brake": 15 }, { "time": "00:00:00", "Brake": 15 }, { "time": "00:00:00", "Brake": 15 }];
out of this igDataChart of igniteUi will take only one data for datasource parameter as per my knowledgeBut I want to plot a graph of Time vs speed, speedlimit , BrakePlease do suggest me
Hello Suma,
I am still following up. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!
Thank you for contacting Infragistics!
You can use more than one series and set a different dataSource for each
http://help.infragistics.com/jQuery/2015.1/ui.igdatachart#options:series
Note that the series should match the axes.
You can also refer to the following atricle.
Let me know if you need further assistance.