Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
02d77348
Commit
02d77348
authored
Aug 09, 2018
by
Mathieu Giraud
Browse files
js/generic_axis.js: bikeshed axis constants
parent
0f483fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/generic_axis.js
View file @
02d77348
...
...
@@ -34,8 +34,8 @@ function GenericAxis (reverse, can_undefined) {
this
.
values
=
[]
this
.
value_mapping
=
{};
this
.
can_undefined
=
true
;
this
.
MAX_NB_STEPS_IN_AXIS
=
8
;
// Number (max) of labels per numerical axis
this
.
MAX_NB_BARS_IN_AXIS
=
1
00
this
.
MAX_NB_STEPS_IN_AXIS
=
14
;
// Number (max) of labels per numerical axis
this
.
MAX_NB_BARS_IN_AXIS
=
2
00
this
.
NB_STEPS_BAR
=
18
;
// Number (max) of labels per numerical axis in histograms
if
(
typeof
can_undefined
!==
"
undefined
"
)
this
.
can_undefined
=
can_undefined
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment