Skip to content

Commit 0b7adee

Browse files
authored
Updating revision comment on README.md
1 parent f1692f3 commit 0b7adee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `plotly.js` is bundled within the angular code. To avoid this, please read [
101101
| `[layout]` | `Object` | `undefined` | layout object (see https://plot.ly/javascript/reference/#layout) |
102102
| `[frames]` | `Array` | `undefined` | list of frame objects (see https://plot.ly/javascript/reference/) |
103103
| `[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. |
105105
| `[updateOnLayoutChange]` | `Boolean` | `true` | Flag which determines if this component should watch to changes on `layout` property and update the graph. |
106106
| `[updateOnDataChange]` | `Boolean` | `true` | Flag which determines if this component should watch to changes on `data` property and update the graph. |
107107
| `[updateOnlyWithRevision]` | `Boolean` | `false` | If `true`, this component will update only when the property `revision` is increased. |

0 commit comments

Comments
 (0)