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-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ The `plotly.js` is bundled within the angular code. To avoid this, please read [
101
101
|`[layout]`|`Object`|`undefined`| layout object (see https://plot.ly/javascript/reference/#layout)|
102
102
|`[frames]`|`Array`|`undefined`| list of frame objects (see https://plot.ly/javascript/reference/)|
103
103
|`[config]`|`Object`|`undefined`| config object (see https://plot.ly/javascript/configuration-options/)|
104
-
|`[revision]`|`Number`|`undefined`| When provided, causes the plot to update _only_when the revision is incremented. |
104
+
|`[revision]`|`Number`|`undefined`| When provided, causes the plot to update when the revision is incremented. |
105
105
|`[updateOnLayoutChange]`|`Boolean`|`true`| Flag which determines if this component should watch to changes on `layout` property and update the graph. |
106
106
|`[updateOnDataChange]`|`Boolean`|`true`| Flag which determines if this component should watch to changes on `data` property and update the graph. |
107
107
|`[updateOnlyWithRevision]`|`Boolean`|`false`| If `true`, this component will update only when the property `revision` is increased. |
0 commit comments