Skip to main content
1-Visitor
March 28, 2018
Question

Time Series Chart from Extention will not work with different sources

  • March 28, 2018
  • 9 replies
  • 4546 views

Hey guys,

 

today I'm working with the TimeSeriesChart of the Custom Chart Widgets Extension (Version 3.0.0). I have multiple datasource which should be shown in the same chart. So I bind my services with the DataSource1, DataSource2 and so on. I uncheck "SingleDataSource" and setup the DataField and XAxisField properties.

 

The result of all this is an empty chart. Its dont show any graphs and no time axis.

 

If I do this stuff with the standard time series chart everything works fine. =/

The problem of the standard time series chart is as no ability to fill the area under the graph.

 

Have I forgot something todo on the time series chart from the extention?

9 replies

5-Regular Member
March 28, 2018

Even i tried with a custom time series chart and able to get the chart. Can you check the service from which you are fetching the data on chart ? Can you test it manually and see if it is returning data there ? Mapping of data sources is pretty much same as it is in standard time series chart .

drichter1-VisitorAuthor
1-Visitor
March 28, 2018

Do you bind the data with the "Data"-property or with the "DataSource1", "DataSource2", ...?

 

The Service I use is the standard QueryNumberPropertyHistory of a thing with some data. If I call the service manualy I get some rows with data.

5-Regular Member
March 28, 2018

 Can you try binding sequence wise ,like first the data then datasource-1 and then datasource-2 based on your number of series ?