Fix scatter bug

master-patched
Conor Mongey 12 years ago
parent 6a2c32c519
commit 55804ab32d

@ -3385,7 +3385,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')

@ -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…
Cancel
Save