Skip to content

Commit e5ebc09

Browse files
authoredJan 24, 2019
Merge pull request #3475 from plotly/fixup-camera-up
change camera up vector in plot api react test
2 parents ee0a6cc + cfd7621 commit e5ebc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jasmine/tests/plot_api_react_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('@noCIdep Plotly.react', function() {
217217
// Really need to simplify that pipeline...
218218
countCalls({plot: 1, layoutStyles: 1});
219219

220-
layout.scene.camera = {up: {x: 1, y: -1, z: 0}};
220+
layout.scene.camera = {up: {x: 1, y: 0, z: -1}};
221221

222222
return Plotly.react(gd, data, layout);
223223
})

0 commit comments

Comments
 (0)
Please sign in to comment.