Skip to content

Commit 0efdbb3

Browse files
authored
Merge pull request #1217 from plotly/showSendToCloud-document
document showSendToCloud button
2 parents ceaf0ab + 718cbe1 commit 0efdbb3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Display Edit in Chart Studio Button
3+
plot_url: https://codepen.io/plotly/embed/aPpzzw/?height=600&theme-id=15263&default-tab=result
4+
language: plotly_js
5+
suite: configuration
6+
order: 7.1
7+
sitemap: false
8+
arrangement: horizontal
9+
---
10+
var data = [{
11+
values: [19, 26, 55],
12+
labels: ['Residential', 'Non-Residential', 'Utility'],
13+
type: 'pie'
14+
}];
15+
16+
var layout = {
17+
title: 'Show Edit in Chart Studio Button'
18+
};
19+
20+
Plotly.newPlot('myDiv', data, layout, {showSendToCloud: true});

0 commit comments

Comments
 (0)