@@ -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 (seehttps://plot.ly/javascript/reference/#layout) |
102
102
| ` [frames] ` | ` Array ` | ` undefined ` | list of frame objects (seehttps://plot.ly/javascript/reference/) |
103
103
| ` [config] ` | ` Object ` | ` undefined ` | config object (seehttps://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.|