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

Dashed Line Chart render bug when working with "big" array

Open rafacepsa opened this issue 4 years ago • 1 comments

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

Image of chart with an array of 4 or more elements image

I don't know if its a known issue but I could't find any information about it.

rafacepsa avatar Sep 29 '21 11:09 rafacepsa

I have used these options, data labels and animations.

options: {
 dataLabels: {
   enabled: false
 },
 chart: {
  animations: {
   enabled:false
  }
 }
}

Saddi993 avatar Oct 04 '21 13:10 Saddi993