Axis title renders an extra 'title' tag when text is wrapped in 2 or more lines #8444
Labels
Comments
Thanks for reporting! The title tag is intended to appear when the text is clipped, but not when wrapped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Axis title is rendered in
<Text><tspan>
tags.Actual behaviour
When the title is wrapped in 2 or more lines, an extra
<title>
tag is added for some reasonIs there a way to always have the
<title>
tag? or permanently disable it?The text was updated successfully, but these errors were encountered: