updated README
This commit is contained in:
parent
bac0c352e4
commit
848bff6344
10
README.md
10
README.md
|
@ -48,11 +48,13 @@ const data=[ {value:50}, {value:80}, {value:90}, {value:70} ]
|
|||
<PieChart data = {data} donut />
|
||||
```
|
||||
|
||||
## Props
|
||||
## Props table
|
||||
|
||||
[a BarChart](docs/BarChart/BarChartProps.md)
|
||||
[a LineChart](docs/LineChart/LineChartProps.md)
|
||||
[a PieChart](docs/PieChart/PieChartProps.md)
|
||||
### [BarChart props](docs/BarChart/BarChartProps.md)
|
||||
|
||||
### [LineChart props](docs/LineChart/LineChartProps.md)
|
||||
|
||||
### [PieChart props](docs/PieChart/PieChartProps.md)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in New Issue