Skip to main content
1-Visitor
June 5, 2017
Question

Time series chart. Plot multiple data sources

  • June 5, 2017
  • 2 replies
  • 2921 views

Hi, I would like to know if is there a way to bypass time series chart's number of series.

I have a a thing which may have several "children" and, when I click on it, I would like to see the temperature of all the children.

My problem is:

1) Number of children is not fixed so it might be 1 like 20

2) If it is over 8 I can't bind it to the widget

Is there a way to plot dozens of curves in the same chat?

2 replies

20-Turquoise
June 5, 2017

Right now the marketplace charts and ootb charts have the maximum set at 8. You may look into modifying the widgets and/or developing your own. I'm attaching documentation on custom extensibility,

1-Visitor
June 6, 2017

Well I think OOTB Timeseries chart has a limit of 16 not 8. But anyway Fabio it's super easy to customize OOTB one to add more.