I’m trying to update the Power Chart’s rangeBrush values dynamically in Ignition Perspective. The goal is to bind the rangeBrush start/end values to either a tag or a DateTime input component so that the Power Chart automatically updates when the values change.
However, I’m facing an issue:
-
When the session (client) is first opened, the binding does not update the Power Chart.
-
The rangeBrush updates only after manually refreshing the page.
-
Changing the tag or DateTime input does not immediately refresh the rangeBrush on its own.
Has anyone successfully updated the Power Chart rangeBrush dynamically using bindings?
Is there a recommended method to force the Power Chart to re-evaluate the rangeBrush without reloading the entire view?