-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Feature separatethousands #848
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
Changes from 3 commits
9da2000
d61c963
c40f474
78d06a9
edea7f1
f3e886e
a36ec79
8c2d970
e76c35c
e4fb310
08b75b5
f2e710f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ module.exports = function handleTickLabelDefaults(containerIn, containerOut, coe | |
if(!tickFormat && axType !== 'date') { | ||
coerce('showexponent', showAttrDflt); | ||
coerce('exponentformat'); | ||
coerce('separatethousands'); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
So, we need to make sure that
Moreover, to enable |
||
} | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can make this description a little bit more like the other descriptions found in this file? For instance,
If <something>, ...
rather than ending with... , if <something>
These descriptions make up our schema pages, so we need to be as clear as possible.