Updating 'option' not causing chart to redraw #621
jeff-wishnie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a computed ref to return the Option prop that I pass to the v-charts component. The computed ref is recalculated based on various reactive values.
I can confirm that it updates, but the chart is not redrawing.
Here is a simplified example--what am I doing wrong?
When 'currentColor' changes, the compute is run and so 'opt' changes, but the chart never redraws...
Beta Was this translation helpful? Give feedback.
All reactions