- 10 May, 2017 5 commits
-
-
Apparently caused by merge
-
Mathieu Giraud authored
See merge request !26
-
See #2383. This launched some shortcuts while using some web browser features.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2417.
-
- 09 May, 2017 14 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #1227.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2418.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2418.
-
Ryan Herbert authored
Closes #2416
-
Ryan Herbert authored
It was incorrect in the FloatAxis class
-
Ryan Herbert authored
Bar charts were forgotten in the application of the numerical axis subclasses. This allows the bar chart labels to be formatted.
-
Ryan Herbert authored
Some commits seem to have been lost or forgotten at some point in regards to the positionning of the 'undefined' (?) values label. And we had identical labels for all positions on numerical axes. The position of the 'undefined' label was also reset at some point as well as the label offset. This should sort things outs and reposition all labels correctly with the correct text.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
A great upcoming feature by @heto. People will soon be able to customize the columns in list.js/segmenter.js. Closes #2175, #2398, and #2395 See merge request !22
-
- 05 May, 2017 21 commits
-
-
Ryan Herbert authored
closes #2409
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
the variable pos was defined twice and raised a JSHint error.
-
Ryan Herbert authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Téo Vasseur authored
$ jshint browser/js/*.js browser/js/generic_axis.js: line 102, col 29, 'pos' is already defined. browser/js/segmenter.js: line 165, col 34, Don't make functions within a loop. browser/js/segmenter.js: line 264, col 17, 'i' is already defined. browser/js/segmenter.js: line 282, col 21, 'input' is already defined. browser/js/segmenter.js: line 297, col 21, 'label' is already defined.
-
Téo Vasseur authored
To fix alignment
-
Téo Vasseur authored
-
Téo Vasseur authored
Making spans with css classes used to manage width and alignment
-
Téo Vasseur authored
Width stuff, for the inside of axisBox to be aligned
-
Téo Vasseur authored
-
Téo Vasseur authored
To split .getAxisValue between 'raw' and 'pretty' forms
-
Téo Vasseur authored
"pointer" class wasn't used, and made axis_menu css rule useless
-
Téo Vasseur authored
See #2395
-
Téo Vasseur authored
See #2398
-
Téo Vasseur authored
-
Téo Vasseur authored
Different context and variable values caused the tests to fail (at some point self.m was undefined when using .pretty)
-
Téo Vasseur authored
See #2390
-
Téo Vasseur authored
So as to handle the use of clone.getSizeZero when calling model.getStrAnySize
-