8000 show edit link false by default · plotly/plotly.js@755bcf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 755bcf5

Browse files
committed
show edit link false by default
1 parent 7740d57 commit 755bcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
showTips: true,
3636

3737
// link to open this plot in plotly
38-
showLink: true,
38+
showLink: false,
3939

4040
// if we show a link, does it contain data or just link to a plotly file?
4141
sendData: true,

0 commit comments

Comments
 (0)
0