Removed an inline opacity style in multibarhorizontalchart

This commit is contained in:
frank shao 2013-11-13 10:30:11 -05:00
parent ef80d6b62c
commit 168b9703c2
3 changed files with 6 additions and 8 deletions

View File

@ -9172,8 +9172,7 @@ nv.models.multiBarHorizontalChart = function() {
var xTicks = g.select('.nv-x.nv-axis').selectAll('g');
xTicks
.selectAll('line, text')
.style('opacity', 1);
.selectAll('line, text');
}
if (showYAxis) {

8
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -235,8 +235,7 @@ nv.models.multiBarHorizontalChart = function() {
var xTicks = g.select('.nv-x.nv-axis').selectAll('g');
xTicks
.selectAll('line, text')
.style('opacity', 1);
.selectAll('line, text');
}
if (showYAxis) {