react-apexcharts
react-apexcharts copied to clipboard
Dashed Line Chart render bug when working with "big" array
Hello,
I encountered a bug (latest version of react-apexcharts) in the dashed line chart.
You can reproduce this bug if you insert in the series prop an array of 4 elements or more.
Image of chart with an array of 3 elements

Image of chart with an array of 4 or more elements

I don't know if its a known issue but I could't find any information about it.
I have used these options, data labels and animations.
options: {
dataLabels: {
enabled: false
},
chart: {
animations: {
enabled:false
}
}
}