Skip to content

Commit 84f0ea8

Browse files
committed
revert parcoords_tests.js to master
1 parent d263a7f commit 84f0ea8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/jasmine/tests/parcoords_test.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,7 @@ describe('parcoords initialization tests', function() {
141141
cauto: true,
142142
autocolorscale: false,
143143
reversescale: false,
144-
showscale: false,
145-
diverging: undefined,
146-
sequential: undefined,
147-
sequentialminus: undefined
144+
showscale: false
148145
});
149146
});
150147

@@ -281,9 +278,6 @@ describe('parcoords initialization tests', function() {
281278
]
282279
}));
283280

284-
delete(fullTrace.line.diverging);
285-
delete(fullTrace.line.sequential);
286-
delete(fullTrace.line.sequentialminus);
287281
expect(fullTrace.line).toEqual({
288282
color: [35, 63, 21, 42],
289283
colorscale: attributes.line.colorscale.dflt,

0 commit comments

Comments
 (0)