Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b79e36b

Browse files
authored
Update 2018-10-16-style-buttons.html
1 parent 35902ab commit b79e36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/controls/callbacks-buttons/2018-10-16-style-buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
arrangement: horizontal
99
markdown_content: |
1010
When adding buttons to Plotly charts, users have the option of styling the color, font, padding,
11-
and position of the buttons. The example below demostrates hot to apply different styling options.
11+
and position of the buttons. The example below demostrates how to apply different styling options.
1212
See all updatemenus styling attributes here: [https://plot.ly/javascript/reference/#layout-updatemenus](https://plot.ly/javascript/reference/#layout-updatemenus).
1313
---
1414
Plotly.d3.csv('https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv', function(err, rows){
@@ -205,4 +205,4 @@
205205

206206
Plotly.plot("myDiv", data, layout);
207207

208-
});
208+
});

0 commit comments

Comments
 (0)