docs(readme): use graph instead of chart

This commit is contained in:
moklick
2020-05-11 13:51:44 +02:00
parent 6f2e317bb8
commit af02925e8f
+1 -1
View File
@@ -93,7 +93,7 @@ You can create your own CSS rules or pass style properties to the components.
#### Using classnames
Since we are using DOM nodes for rendering the chart you can simply overwrite the styles with your own CSS rules.
Since we are using DOM nodes for rendering the graph you can simply overwrite the styles with your own CSS rules.
The React Flow wrapper has the className `react-flow`. So if you want to change the graph background for example you can do:
```css