how to dynamic update xaxis data in vue-apexcharts #3210
Answered
by
joe94113
JiaZhi-hong
asked this question in
Q&A
-
I change data in watch lifecycle but can't run |
Beta Was this translation helpful? Give feedback.
Answered by
joe94113
Jun 14, 2022
Replies: 1 comment
-
use updateOptions this.$refs.chart.updateOptions({
xaxis: {
type: 'date',
categories: newData,
}
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JiaZhi-hong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use updateOptions