Skip to content

Commit 401e72c

Browse files
committed
changes for merge, part 2 (remove 'keepdata' argument from plots.graphJson call)
1 parent 5dab66a commit 401e72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ plots.sendDataToCloud = function(gd, serverURL) {
121121

122122
// Build the request body: the chart JSON plus the plotly.js version used to
123123
// generate it, so Cloud can host the chart with a compatible plotly.js version.
124-
var chart = plots.graphJson(gd, false, 'keepdata', 'object');
124+
var chart = plots.graphJson(gd, false, 'object');
125125
chart.version = version;
126126

127127
// Open the Cloud login page in a new tab. We keep a reference so we can post

0 commit comments

Comments
 (0)