From cfd76213a30e368a86af272993aadfd1f3b2295b Mon Sep 17 00:00:00 2001 From: archmoj Date: Thu, 24 Jan 2019 13:34:53 -0500 Subject: [PATCH] change camera up vector in plot api react test --- test/jasmine/tests/plot_api_react_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jasmine/tests/plot_api_react_test.js b/test/jasmine/tests/plot_api_react_test.js index 3ff29357131..e882536194c 100644 --- a/test/jasmine/tests/plot_api_react_test.js +++ b/test/jasmine/tests/plot_api_react_test.js @@ -217,7 +217,7 @@ describe('@noCIdep Plotly.react', function() { // Really need to simplify that pipeline... countCalls({plot: 1, layoutStyles: 1}); - layout.scene.camera = {up: {x: 1, y: -1, z: 0}}; + layout.scene.camera = {up: {x: 1, y: 0, z: -1}}; return Plotly.react(gd, data, layout); })