File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ You can see an example of this method in action
135
135
| ` layout ` | ` Object ` | ` undefined ` | layout object |
136
136
| ` config ` | ` Object ` | ` undefined ` | config object |
137
137
| ` style ` | ` Object ` | ` {position: 'relative', display: 'inline-block'} ` | used to style the ` <div> ` into which the plot is rendered |
138
- | ` id ` | ` string ` | ` undefined ` | id assigned to the ` <div> ` into which the plot is rendered. |
138
+ | ` divId ` | ` string ` | ` undefined ` | id assigned to the ` <div> ` into which the plot is rendered. |
139
139
| ` className ` | ` string ` | ` undefined ` | applied to the ` <div> ` into which the plot is rendered |
140
140
| ` frames ` | ` Array ` | ` undefined ` | list of frame objects |
141
141
| ` useResizeHandler ` | ` Boolean ` | ` false ` | When true, adds a call to ` Plotly.Plot.resize() ` as a ` window.resize ` event handler |
You can’t perform that action at this time.
0 commit comments