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

gantt: label encoding #1817

Open
huineng opened this issue Dec 8, 2020 · 1 comment
Open

gantt: label encoding #1817

huineng opened this issue Dec 8, 2020 · 1 comment
Labels
Graph: Gantt Internals: Parser Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@huineng
Copy link

huineng commented Dec 8, 2020

How do i safely display characters like # @ in labels for a gantt

this doesn't work

gantt
  title SQL Table
  SQL#TABLE  :2020-12-08 15:26:17, 3sec

this works

gantt
  title SQL Table
  SQL TABLE  :2020-12-08 15:26:17, 3sec

i tried escaping but characters like # & don't work

thanks

@huineng huineng added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Dec 8, 2020
@Yash-Singh1
Copy link
Member

As of now, # is not supported for compatibility purposes in comments and & and @ are supported in the gantt label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Graph: Gantt Internals: Parser Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

4 participants