Time series chart. Plot multiple data sources
Jun 05, 2017
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 05, 2017
08:00 AM
Time series chart. Plot multiple data sources
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?
Labels:
- Labels:
-
Troubleshooting
2 REPLIES 2
Jun 05, 2017
09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 05, 2017
09:57 AM
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,
Jun 06, 2017
03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 06, 2017
03:09 AM
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.