apexcharts / react-apexcharts

📊 React Component for ApexCharts
https://apexcharts.com
MIT License
1.3k stars 151 forks source link

Area Charts are overlapping #569

Open jagadeesh93 opened 8 months ago

jagadeesh93 commented 8 months ago

I am trying to create an Area Chart but sometimes the lines are overlapping and its look weried When i resize the window it is getting fixed Something seems buggy here

Initial Render image (1)

After a Window Resize image (2)

dan-dia commented 8 months ago

You can try by adding events to the chart options

chart: {
 ...
 events: {
  mounted: chart => {
    chart.windowResizeHandler()
  },
 },
},
github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.