[Bug]: Scatter chart x axis label is truncated (below the line height) #1095
Labels
Status: Need more info
The issue still hasn't been fully clarified
Type: Bug
Confirmed bug, something is not working as intended
Tremor Version
3.17.2
Link to minimal reproduction
https://gist.github.com/joaoaguiam/bd5b464221b7887e273a90f5c96e04c9
Steps to reproduce
Copy paste that gist to your project. This is the default example of scatter with a xAxis label.
As the axis has a y, the part that is below the line is truncated. Check image.
By inspecting the code, the dy property is set to 0em. if I change to -0.5em, the word becomes fully visible.
What is expected?
The word should be fully visible and not only partially
What is actually happening?
The part of the word below the line is not visible
What browsers are you seeing the problem on?
Chrome
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: