Skip to content

Commit 449ff3b

Browse files
readme
1 parent 9624229 commit 449ff3b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616

1717
* [Installation](#installation)
1818
* [Quick start](#quick-start)
19+
* [State management](#state-management)
20+
* [Refreshing the Plot](#refreshing-the-plot)
1921
* [Customizing the `plotly.js` bundle](#customizing-the-plotlyjs-bundle)
20-
* [Loading from a `<script>` tag](#loading-from-a-script-tag)
2122
* [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)
2427
* [Development](#development)
2528

2629
## Installation
@@ -98,7 +101,7 @@ class App extends React.Component {
98101
}
99102
```
100103

101-
## Refreshing the Plot: adding/removing data or restyling
104+
## Refreshing the Plot
102105

103106
This component will refresh the plot via `Plotly.react` if either of the following is true:
104107

0 commit comments

Comments
 (0)