trickling down the tickFormatter from the main y and x axes to the view finder axes - minifying
This commit is contained in:
parent
6395011805
commit
1ff25d0bfe
2
nv.d3.js
2
nv.d3.js
@ -3571,6 +3571,7 @@ nv.models.lineWithFocusChart = function() {
|
|||||||
|
|
||||||
|
|
||||||
x2Axis
|
x2Axis
|
||||||
|
.tickFormat(xAxis.tickFormat()) //TODO: make sure everythign set on the Axes is set on both x and x2, and y and y2 respectively
|
||||||
.ticks( availableWidth / 100 )
|
.ticks( availableWidth / 100 )
|
||||||
.tickSize(-availableHeight2, 0);
|
.tickSize(-availableHeight2, 0);
|
||||||
|
|
||||||
@ -3581,6 +3582,7 @@ nv.models.lineWithFocusChart = function() {
|
|||||||
|
|
||||||
|
|
||||||
y2Axis
|
y2Axis
|
||||||
|
.tickFormat(yAxis.tickFormat())
|
||||||
.ticks( availableHeight2 / 36 )
|
.ticks( availableHeight2 / 36 )
|
||||||
.tickSize( -availableWidth, 0);
|
.tickSize( -availableWidth, 0);
|
||||||
|
|
||||||
|
4
nv.d3.min.js
vendored
4
nv.d3.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user