-
-
Notifications
You must be signed in to change notification settings - Fork 496
Adds labelOverlapSeparator option to customize default ' - ' #615
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
Comments
Hi @ben-henoida , I've never thought about this, but this makes sense! ^^ What character should we use in your opinion? |
' .. ' is common enough to represent range : -2 .. 1 |
Yes let's make it an option and keep the default to be |
PR created : #616 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the range labels overlap the separator string is ' - '.
The problem is that this character can be interpreted as 'minus'.
Steps to reproduce
http://jsfiddle.net/04sr3ty0/1/
Expected behaviour
Should be able to tell if the high value is positive of negative
Actual behaviour
Looks like the range is -2 to -1 when in fact it is -2 to +1
I am happy to create a pull request to fix this minor issue
The text was updated successfully, but these errors were encountered: