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?
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,
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.