mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-21 16:18:15 +00:00
Update README.md
This commit is contained in:
parent
2763f84d1f
commit
b8609fafa1
@ -20,7 +20,7 @@ You can use the Bar chart
|
||||
import { BarChart, LineChart, PieChart } from "react-native-gifted-charts";
|
||||
|
||||
// ...
|
||||
const data=[ {value:50}, {value:80}, {value:90}, {value:70}]
|
||||
const data=[ {value:50}, {value:80}, {value:90}, {value:70} ]
|
||||
|
||||
<BarChart data = {data} />
|
||||
<LineChart data = {data} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user