Graph widget Multiple y data on one x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 6:25 AM
I am looking for having multiple y data on one x while using dynamic graph widget for some x points. I wonder if it is possible to do so in the present graph api. x data is time shaped and y data is sensor data.
I mean that sensor might have two (or more ) data on some times.
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 7:06 AM
Hi,
What I have done recently was to use two graph widgets on top of another, one for each y data.
Would that suit your case? There must be a better way to do it but it should be enough for most cases.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 7:13 AM
Hi
Thank you @Romain DIELEMAN​
Data are comming from 1 sensor not 2 sensors, so the solution you made doesnt fit mine. The solution I my self think about is to change (simply double) the number of data in the graph since data can be recieved from sensor in two modes, full speed and half speed.
I wonder if this can be done in the run time of the program, not at the initilization time?
And I wonder if I can have 2 (or more) Y points on one X drawn by the order of addition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-24 11:01 AM
Dear @Romain DIELEMAN​
Any help, solution or recommendation is appreiated.
Can I change the number of graph points at run time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-30 10:37 AM
Dear @Romain Dieleman
Help me please.
