Hi Dmitry, is there a way to combine 2 data sources into 1 chart as separate series?
Hi David,
Yes, you can combine multiple data sources with the help of JavaScript handlers:
http://www.spchart.com/documentation/data-source/advanced
Please, note that all handlers may return a deferred-object. This means that you can request additional data either via REST or another protocol through JavaScript asynchronously and combine all the data into the data object. Next, when the data is prepared, call resolve method of the deferred-object:
https://api.jquery.com/category/deferred-object/
Do you have a sample code that I can use?
Please, find a sample in the post below:
https://plumsail.com/blog/2015/08/using-multiple-lists-in-dashboard-designer/