You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a line chart and the markers are not in the correct position (off the line) ONLY IF I have a stacked bar 100% chart below it with more than 1 type for the data. Below is the attachment:
I have 2 environment site, dev and prod. the code is literally same. But this bug only appears in production env. I also tried to reproduce in codepen but it doesn't appear. But I have a screenshot for the bug in my production environment. (same with this bug: #4600. -> this bug only appears in my dev site, prod site is fine so i think this may be another bug).
Anyway, I debugged and when I only have 1 type of data for my stacked bar chart, the markers are not off the line. But since i have 2 type of data (you can see there are 2 color for the stacked bar chart), the markers for the line chart are off the line.
Steps to Reproduce
Have a line chart
Have a stacked bar 100% chart below it
The markers for the line chart will be off the line
As you can imagine, if this cannot be duplicated, it will be extremely difficult to find the issue. Can you create a sample that does reproduce it locally, push it to a GitHub repo, and provide the link to the repo? We have to be able to duplicate the issue.
understand. but i copied literally my code to the codepen. and it does not appear. anyway this video maybe can help to understand the bug. record this using slow 3g so the data of the stacked bar chart comes later than the line chart. if the data for the stacked bar chart is loaded, the markers for the line chart will off the line.
I'm sorry, but a reproduction app is required. We cannot fix what we cannot duplicate. I will reopen when you provide a sample that reproduces the issue.
Description
I have a line chart and the markers are not in the correct position (off the line) ONLY IF I have a stacked bar 100% chart below it with more than 1 type for the data. Below is the attachment:
I have 2 environment site, dev and prod. the code is literally same. But this bug only appears in production env. I also tried to reproduce in codepen but it doesn't appear. But I have a screenshot for the bug in my production environment. (same with this bug: #4600. -> this bug only appears in my dev site, prod site is fine so i think this may be another bug).
Anyway, I debugged and when I only have 1 type of data for my stacked bar chart, the markers are not off the line. But since i have 2 type of data (you can see there are 2 color for the stacked bar chart), the markers for the line chart are off the line.
Steps to Reproduce
Expected Behavior
Markers should not be off the line
Actual Behavior
Reproduction Link
this is the codepen but somehow the markers are fine here : https://codesandbox.io/p/sandbox/react-basic-example-forked-7gq9tm?file=%2Fsrc%2FApp.js%3A186%2C15
The text was updated successfully, but these errors were encountered: