Skip to content

Commit ada548c

Browse files
marthacryanemilykl
andauthored
Update src/components/modebar/buttons.js
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent bf8971a commit ada548c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/modebar/buttons.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ modeBarButtons.sendChartToCloud = {
8080
}
8181
};
8282

83+
// Alias to keep existing button name functional
84+
// TODO: Remove for 4.0
85+
modeBarButtons.sendDataToCloud = modeBarButtons.sendChartToCloud;
86+
8387
modeBarButtons.zoom2d = {
8488
name: 'zoom2d',
8589
_cat: 'zoom',

0 commit comments

Comments
 (0)