Replies: 3 comments 1 reply
-
Hi @maximekl 👋 thanks for checking out Here's a working sandbox for you. I just set the
|
Beta Was this translation helpful? Give feedback.
-
Hello @williaster, thanks for the fast reply, i just found the problem and its CSS, just change the css, add Here my css file : html,
body,
#root {
margin: 0;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
line-height: 2em;
} |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks a lot, it's not straightforward but it's working now. thanks for your time 🙏 |
Beta Was this translation helpful? Give feedback.
-
Problem :
When i want to align tooltips info with a
Bar
it's not consistent, it's depends of the number of bars rendered.I'm not sure if its a bug or just an approx (because the div is outside the svg).
Video :
Clic to see full video :
Reproductible code :
Beta Was this translation helpful? Give feedback.
All reactions