-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
line chart support new-lined text and multi-byte labels? #5985
Comments
Multiline labels are defined as array. Sample: |
@kurkle Thank you for reply. But, multi-byte character is not resolved yet. |
I replaced from
to
second item was appeared. I resolved but I don't understand why |
I don't think this is a multi-byte character issue, but the issue in the For your last question, #5914 introduced |
Closing per our contribution guidelines. |
Hey there!
I use line chart. And I want to use new-lined text and multi-byte labels for it.
it is my snippet (TypeScript).
it is result.
Thou I use
2020\n4/12
string, but it didn't draw new-lined text like this.(I edited the picture.)
And, I change the
labels
to multi-byte character (like Japanese).second data didn't show
is it bug?
The text was updated successfully, but these errors were encountered: