Hey everybody!
I have a rather simple question, but I'm trying for 2 days to solve my issue and found nothing, which would help me. So that's my problem:
I have a chart and I want to adjust the X-Axis (Timestamps) using buttons like "last 5 minutes", "last 10 minutes", and so on. As far as I have understood, I have to inject a msg into the chart, containing an ui_control as described in https://github.com/node-red/node-red-dashboard/blob/master/config-fields.md
Now my problem: I have absolutely no idea how to get the message into the chart. At the moment it looks something like this:
So how to connect the button with the chart? Could someone give me a small tutorial? After 2 days of googeling I still don't get, what to do!
Many thanks for helping!!