Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Area Charts are overlapping #569

Open
jagadeesh93 opened this issue Dec 24, 2023 · 1 comment
Open

Area Charts are overlapping #569

jagadeesh93 opened this issue Dec 24, 2023 · 1 comment

Comments

@jagadeesh93
Copy link

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
Copy link

dan-dia commented Dec 27, 2023

You can try by adding events to the chart options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants