Minifying Pull Request #263 fixes type in line.js
This commit is contained in:
commit
c6a24216ec
10
nv.d3.min.js
vendored
10
nv.d3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -89,7 +89,7 @@ nv.models.line = function() {
|
||||
|
||||
|
||||
defsEnter.append('clipPath')
|
||||
.attr('id', 'nv-edge-clip-' + scattter.id())
|
||||
.attr('id', 'nv-edge-clip-' + scatter.id())
|
||||
.append('rect');
|
||||
|
||||
wrap.select('#nv-edge-clip-' + scatter.id() + ' rect')
|
||||
|
Loading…
Reference in New Issue
Block a user