Hello! I'm trying to make Circular Gagues axis value and annotation dynamic. Meaning that when my filter changes and Vuex store gets updated I would like to update Circular Gague's data as well. All examples are with static data for axis value and annotation. And I can't figure out how to appoach this.
If I use Vuex getters in a way all CG examples are built (using templates) then I only get one-way value setting ... value is set on page reload and even if data changes in background, gauge isn't updated.
How could I set axis value and annotation dynamically?
Thanks!