Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Passing parameters from different source
posted

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 knowledge

But I want to plot a graph of Time vs speed, speedlimit , Brake

Please do suggest me 
 

Parents
No Data
Reply
  • 11095
    Offline posted

    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!

Children
No Data