vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

ToggleSeries does not work when using the radar chart type

Open maritzab1902 opened this issue 3 years ago • 0 comments

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)

maritzab1902 avatar Aug 06 '22 11:08 maritzab1902