We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When writing a Sankey diagram, you cannot use Unicode characters.
To Reproduce Link to Live Editor Steps to reproduce the behavior:
sankey-beta
NON_ESCAPED_TEXT
Expected behavior I expected to be able to use any Unicode character as a field name, whether directly or in quotation marks.
Screenshots
sankey-beta a,b,1 á,b,1 b,ŋ,3
Desktop:
Additional context Putting the Unicode text in quotes does not fix the problem like escaping commas with quotes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When writing a Sankey diagram, you cannot use Unicode characters.
To Reproduce
Link to Live Editor
Steps to reproduce the behavior:
sankey-beta
.NON_ESCAPED_TEXT
.Expected behavior
I expected to be able to use any Unicode character as a field name, whether directly or in quotation marks.
Screenshots
Desktop:
Additional context
Putting the Unicode text in quotes does not fix the problem like escaping commas with quotes.
The text was updated successfully, but these errors were encountered: