trickling down the tickFormatter from the main y and x axes to the view finder axes - minifying

master-patched
Bob Monteverde 12 years ago
parent 6395011805
commit 1ff25d0bfe

@ -3571,6 +3571,7 @@ nv.models.lineWithFocusChart = function() {
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 )
.tickSize(-availableHeight2, 0);
@ -3581,6 +3582,7 @@ nv.models.lineWithFocusChart = function() {
y2Axis
.tickFormat(yAxis.tickFormat())
.ticks( availableHeight2 / 36 )
.tickSize( -availableWidth, 0);

4
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save