Skip to content

Commit 73e379e

Browse files
authored
fix typo for displayModeBar
1 parent 8dbaaf4 commit 73e379e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/fundamentals/config-options/2020-01-24-add-button-to-modebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
var layout = {
2525
title: {
2626
text: 'add mode bar button with custom icon'
27-
},
28-
modebardisplay: false
27+
}
2928
}
3029

3130
var config = {
31+
displayModeBar: true,
3232
modeBarButtonsToAdd: [
3333
{
3434
name: 'color toggler',

0 commit comments

Comments
 (0)