2021-05-26 07:21 AM
Hi,
Is it possible to implement a dynamic bar graph in TouchGFX as shown in picture. If yes, please point me to help/tutorial/example.
Solved! Go to Solution.
2021-05-28 01:12 AM
EDIT: I just realized your graph went from 1000 - 0 - 1000 kWh and not -1000. This is still possible that way you just have to adapt your Y axis label to display 1000 instead of -1000
/Romain
2021-05-27 12:31 AM
Hi,
The widget "Dynamic Graph" supports different format like the Histogram format. To do so go to the "Elements" settings in the dynamic graph widget configuration tab, press the "Add Element" button and select "Histogram".
/Romain
2021-05-27 07:44 AM
Hi @Romain DIELEMAN ,
Thank you for pointing to "Elements" setting. I see that histogram is possible. I have these follow up questions.
Thanks in advance for your reply.
2021-05-28 01:12 AM
EDIT: I just realized your graph went from 1000 - 0 - 1000 kWh and not -1000. This is still possible that way you just have to adapt your Y axis label to display 1000 instead of -1000
/Romain
2021-05-28 04:07 AM
Thank you. That helps.