Removed an inline opacity style in multibarhorizontalchart
This commit is contained in:
parent
ef80d6b62c
commit
168b9703c2
3
nv.d3.js
3
nv.d3.js
@ -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
8
nv.d3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user