Skip to content

Commit 1dcb38d

Browse files
committed
CI compatibility changes; PR feedback
1 parent e783ab3 commit 1dcb38d

File tree

6 files changed

+188
-185
lines changed

6 files changed

+188
-185
lines changed

src/traces/parcoords/base_plot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ exports.toSVG = function(gd) {
6767
});
6868
}
6969

70+
imageRoot.selectAll('*').remove();
7071
canvases.each(canvasToImage);
7172
};

test/jasmine/karma.ciconf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ function func(config) {
2323
'tests/gl_plot_interact_test.js',
2424
'tests/gl_plot_interact_basic_test.js',
2525
'tests/gl2d_scatterplot_contour_test.js',
26-
'tests/gl2d_pointcloud_test.js',
27-
'tests/parcoords_test.js'
26+
'tests/gl2d_pointcloud_test.js'
2827
];
2928

3029
// if true, Karma captures browsers, runs the tests and exits

test/jasmine/tests/parcoords_initialization_test.js

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)