We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The chart breaks if you update the height
I have
<VueApexChart width="100%" :type="optionsChart.chart.type" :height="`${settings.chartHeight ?? 200}px`" :options="optionsChart" :series="optionsChart.series ?? []" />
When the chartHeight change- the chart disappears