File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
* [ Installation] ( #installation )
18
18
* [ Quick start] ( #quick-start )
19
+ * [ State management] ( #state-management )
20
+ * [ Refreshing the Plot] ( #refreshing-the-plot )
19
21
* [ Customizing the ` plotly.js ` bundle] ( #customizing-the-plotlyjs-bundle )
20
- * [ Loading from a ` <script> ` tag] ( #loading-from-a-script-tag )
21
22
* [ API] ( #api )
22
- * [ props] ( #props )
23
- * [ Event handler props] ( #event-handler-props )
23
+ * [ props] ( #props )
24
+ * [ Event handler props] ( #event-handler-props )
25
+ * [ Customizing the ` plotly.js ` bundle] ( #customizing-the-plotlyjs-bundle )
26
+ * [ Loading from a ` <script> ` tag] ( #loading-from-a-script-tag )
24
27
* [ Development] ( #development )
25
28
26
29
## Installation
@@ -98,7 +101,7 @@ class App extends React.Component {
98
101
}
99
102
```
100
103
101
- ## Refreshing the Plot: adding/removing data or restyling
104
+ ## Refreshing the Plot
102
105
103
106
This component will refresh the plot via ` Plotly.react ` if either of the following is true:
104
107
You can’t perform that action at this time.
0 commit comments