Chart does not get rendered correctly #4994
Answered
by
hustcc
matzeeable
asked this question in
Q&A
Replies: 1 comment
-
.scale({
date: {
sync: true,
range: [0, 1],
type: 'cat', // 👈🏻,here add this line.
},
value: {
sync: false
}
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hustcc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Context G2 chart: https://codesandbox.io/s/sweet-leavitt-infxuo?file=/index.ts
When I change
const days
on line#8
to30
I get the following chart:But when I change it to
33
, I get the following:When I hover over the item, it gets rendered "slowly":
I already searched the issues but I could not find a similar issue. Is this a bug or do I something wrong? :-)
Beta Was this translation helpful? Give feedback.
All reactions