Is it possible to change the datasource of a chart based on some condition..
Ex: If (A>B)
datasource: Data,
else
datasource: Modified Data,
Thanks,
Naresh M
Hello Naresh,
I am just following up and see if you have any questions.
Thank you for contacting Infragistics!
You may set the chart's datasource to a different set of data using the following code:
$("#chart1").igDataChart("option", "dataSource", data1);
If you have any questions, please let me know as well