Skip to content
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

Sankey diagrams do not support non-ASCII characters #1502

Open
bigyihsuan opened this issue Jul 31, 2024 · 0 comments
Open

Sankey diagrams do not support non-ASCII characters #1502

bigyihsuan opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bigyihsuan
Copy link

Describe the bug
When writing a Sankey diagram, you cannot use Unicode characters.

To Reproduce
Link to Live Editor
Steps to reproduce the behavior:

  1. Make a Sankey diagram with sankey-beta.
  2. Use a Unicode anywhere.
  3. See an error that says that it was not expecting NON_ESCAPED_TEXT.
  4. The error will not go away until all non-ASCII characters are deleted or replaced with ASCII.

Expected behavior
I expected to be able to use any Unicode character as a field name, whether directly or in quotation marks.

Screenshots
image
image

sankey-beta

a,b,1
á,b,1
b,ŋ,3

Desktop:

  • OS: Windows 11 23H2 22631.3880
  • Browser: Chrome 127.0.6533.72
  • Version: 10.9.1

Additional context
Putting the Unicode text in quotes does not fix the problem like escaping commas with quotes.

@bigyihsuan bigyihsuan added the bug Something isn't working label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant