Hello, would anyone have an example using Context output to a dashboard chart? I have data going into context successfully, but I'm having trouble getting data from Context and sending it to a chart in dashboard. The data will start and stop, so I may need a trigger that starts and stops with the data. Any examples would be helpful, thank you.
Why don't you just send directly to the chart instead of into context and out again?
Hello Colin, thank you for the question. At the moment the data is sent directly to the chart, but there is a lag populating the chart when the user switches between tabs on the dashboard. I was hoping using Context would help smooth it out or add a buffer.
Also, I would like to use Context to get averages over time.
Which chart node are you using? Charts that are not currently on display should still be populated in the background.
You can still send the data to context for averages, as well as sending directly to the chart.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.