Update README.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-02 16:32:45 +05:30 committed by GitHub
parent 2763f84d1f
commit b8609fafa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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} />