diff --git a/README.md b/README.md index 257970c..26d19ff 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ 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}] - - - + + + //For Area chart, just add the prop areaChart to the component - + //For Donut chart, just add the prop donut to the component - + ``` ## Contributing