File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
10901090 }
10911091 }
10921092 // Determine for which ticks to draw labels
1093- if ( ! ticklabelIndex ) {
1093+ if ( ! ticklabelIndex ) {
10941094 labelTickVals = tickVals ;
10951095 } else {
10961096 // Collect and sort all major and minor ticks, to find the minor ticks `ticklabelIndex`
@@ -1240,7 +1240,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
12401240 var _value = tickVals [ i ] . value ;
12411241
12421242 if ( _minor ) {
1243- if ( ticklabelIndex && labelTickVals . indexOf ( tickVals [ i ] ) !== - 1 ) {
1243+ if ( ticklabelIndex && labelTickVals . indexOf ( tickVals [ i ] ) !== - 1 ) {
12441244 t = setTickLabel ( ax , tickVals [ i ] ) ;
12451245 } else {
12461246 t = { x : _value } ;
You can’t perform that action at this time.
0 commit comments