We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dab66a commit 401e72cCopy full SHA for 401e72c
1 file changed
src/plots/plots.js
@@ -121,7 +121,7 @@ plots.sendDataToCloud = function(gd, serverURL) {
121
122
// Build the request body: the chart JSON plus the plotly.js version used to
123
// generate it, so Cloud can host the chart with a compatible plotly.js version.
124
- var chart = plots.graphJson(gd, false, 'keepdata', 'object');
+ var chart = plots.graphJson(gd, false, 'object');
125
chart.version = version;
126
127
// Open the Cloud login page in a new tab. We keep a reference so we can post
0 commit comments