Hello,
Is there any way to get an event listener when the value of a gauge changes from previous ? For exemple, I have a parameter which is a boolean, and I would like to apply a specific style when the value changes from 0 to 1. With g3.indicateStyle().trigger it is not possible as filtering is only on value, not on value evolution.
Thank you for your help
Hello,
Is there any way to get an event listener when the value of a gauge changes from previous ? For exemple, I have a parameter which is a boolean, and I would like to apply a specific style when the value changes from 0 to 1. With
g3.indicateStyle().triggerit is not possible as filtering is only on value, not on value evolution.Thank you for your help