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

Area Charts are overlapping

Open jagadeesh93 opened this issue 1 year ago • 2 comments

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)

jagadeesh93 avatar Dec 24 '23 15:12 jagadeesh93

You can try by adding events to the chart options

chart: {
 ...
 events: {
  mounted: chart => {
    chart.windowResizeHandler()
  },
 },
},

dan-dia avatar Dec 27 '23 08:12 dan-dia

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.

github-actions[bot] avatar Aug 02 '24 14:08 github-actions[bot]