Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88e2014

Browse files
committed
Fix merging artifacts
1 parent b5c09c3 commit 88e2014

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/plots/cartesian/select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ module.exports = function prepSelect(e, startX, startY, dragOptions, mode) {
193193
filterPoly.addPt([x1, y1]);
194194
currentPolygon = filterPoly.filtered;
195195
}
196-
outlines.attr('d', 'M' + paths.join('M') + 'Z');
197196

198197
// create outline & tester
199198
if(dragOptions.polygons && dragOptions.polygons.length) {

src/traces/parcoords/attributes.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,6 @@ module.exports = {
153153
'The default value is false, so that `parcoords` colorscale can default to `Viridis`.'
154154
].join(' ')
155155
}
156-
157-
colorscale: {dflt: colorscales.Viridis},
158-
autocolorscale: {
159-
dflt: false,
160-
description: [
161-
'Has an effect only if line.color` is set to a numerical array.',
162-
'Determines whether the colorscale is a default palette (`autocolorscale: true`)',
163-
'or the palette determined by `line.colorscale`.',
164-
'In case `colorscale` is unspecified or `autocolorscale` is true, the default ',
165-
'palette will be chosen according to whether numbers in the `color` array are',
166-
'all positive, all negative or mixed.',
167-
'The default value is false, so that `parcoords` colorscale can default to `Viridis`.'
168-
].join(' ')
169-
}
170156
}
171157
),
172158

0 commit comments

Comments
 (0)