Minifying Pull Request #63

master-patched
Bob Monteverde 12 years ago
parent 18713b6b19
commit dff61c303c

@ -2017,7 +2017,7 @@ nv.models.discreteBarChart = function() {
xTicks
.selectAll('text')
.attr('transform', function(d,i,j) { return 'rotate(' + rotateLabels + ' 0,0)' })
.attr('text-anchor', 'end') //TODO: figure out why this gets changed to middle, and fix this
.attr('text-anchor', rotateLabels > 0 ? 'start' : 'end')
xTicks
.selectAll('text')

8
nv.d3.min.js vendored

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