vue-apexcharts
vue-apexcharts copied to clipboard
ToggleSeries does not work when using the radar chart type
I have implemented several types of graphs and customized the legend, with the type is "bar" it works correctly, but when I use a type "radar" the toggle only hides it and does not show it again.
I implemented toggle as follows: this.$refs.demoChart.toggleSeries(nameSeries)