8000 Update README.md · rajkrishnamurthy/react-plotly.js@51e1f8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 51e1f8b

Browse files
Update README.md
1 parent c134e1d commit 51e1f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can see an example of this method in action
135135
| `layout` | `Object` | `undefined` | layout object |
136136
| `config` | `Object` | `undefined` | config object |
137137
| `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. |
139139
| `className` | `string` | `undefined` | applied to the `<div>` into which the plot is rendered |
140140
| `frames` | `Array` | `undefined` | list of frame objects |
141141
| `useResizeHandler` | `Boolean` | `false` | When true, adds a call to `Plotly.Plot.resize()` as a `window.resize` event handler |

0 commit comments

Comments
 (0)
0