Skip to content

Commit 7e79eb1

Browse files
committed
Revert "[tmp] replace 'scattergl' traces w/ 'scatter'"
This reverts commit d63578b.
1 parent fbeb5e9 commit 7e79eb1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/image/assets/get_image_request_options.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ module.exports = function getRequestOpts(specs) {
1717
var pathToMock = path.join(constants.pathToTestImageMocks, specs.mockName) + '.json';
1818
var figure = require(pathToMock);
1919

20-
figure.data.forEach(function(t) {
21-
if(t.type === 'scattergl') {
22-
t.type = 'scatter';
23-
}
24-
})
25-
2620
var body = {
2721
figure: figure,
2822
format: specs.format || DEFAULT_FORMAT,

0 commit comments

Comments
 (0)