You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ In short, this means that simply adding data points to a trace in `data` or chan
123
123
|`layout`|`Object`|`undefined`| layout object (see https://plot.ly/javascript/reference/#layout)|
124
124
|`frames`|`Array`|`undefined`| list of frame objects (see https://plot.ly/javascript/reference/)|
125
125
|`config`|`Object`|`undefined`| config object (see https://plot.ly/javascript/configuration-options/)|
126
-
|`revision`|`Number`|`undefined`| When provided, causes the plot to update _only_when the revision is incremented. |
126
+
|`revision`|`Number`|`undefined`| When provided, causes the plot to update when the revision is incremented. |
127
127
|`onInitialized`|`Function(figure, graphDiv)`|`undefined`| Callback executed after plot is initialized. See below for parameter information. |
128
128
|`onUpdate`|`Function(figure, graphDiv)`|`undefined`| Callback executed when when a plot is updated due to new data or layout, or when user interacts with a plot. See below for parameter information. |
129
129
|`onPurge`|`Function(figure, graphDiv)`|`undefined`| Callback executed when component unmounts, before `Plotly.purge` strips the `graphDiv` of all private attributes. See below for parameter information. |
0 commit comments