Hi,
I am looking for a way to dynamically refresh a JustGage Gauge without reloading the page or using any timer plugins... (I also don't like to see the grey rotating icon which shows up when a region is automatically refreshed).
Another words, I would like the chart to update itself only when the underlying data will change.
So, I was thinking to use some kind of trigger on table update which would force the refresh of the chart's data (is that possible?).
My final goal is to have a live dashboard-like page with few gauges which would update themselves every time a specific row is updated/inserted. The page would need to be very responsive - underlying data may change few times / sec!
What are they best ways to achieve this? So far I have played around with timer plugin and region refresh - but I'm looking for more efficient data-driven ways.
I created a demo app "Test Dynamic update" if anyone has an example to share:
- based on a single table: justgage
- the app just shows the value stored in that table
Workspace: MURFUS
User/Pass: demo/demo
Any pointers, docs, examples wold be very much appreciated!