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

When the column name includes sign, C3 cannot tell the difference between signs #1687

Closed
LuqiYan opened this issue May 6, 2016 · 2 comments · Fixed by #2315
Closed

When the column name includes sign, C3 cannot tell the difference between signs #1687

LuqiYan opened this issue May 6, 2016 · 2 comments · Fixed by #2315
Labels
C-bug Category: This is a bug

Comments

@LuqiYan
Copy link

LuqiYan commented May 6, 2016

C3 Version: v0.4.11
Browsers: Chrome(Version 50.0.2661.94 (64-bit)) Safari(Version 9.1)
*Bug: * One column name is with '+' and the other is '-', when I only select 'data+' from legend, it will highlight both.

screen shot 2016-05-06 at 1 47 02 pm

@LuqiYan LuqiYan changed the title When the column name includes sign, C3 cannot tell the difference between signs bug When the column name includes sign, C3 cannot tell the difference between signs May 6, 2016
@ffflabs
Copy link
Contributor

ffflabs commented May 7, 2016

Please, try to work around this behavior by adding other strings to the column names. For example, adding an empty string may force C3 to cast the label as such, whereas in your case it might be evaluating it.

@kt3k
Copy link
Member

kt3k commented Mar 31, 2018

The fix is released in v0.5.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants