From 2763f84d1f254e9cd1032d9894ecc928248f35f5 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Mon, 2 Aug 2021 16:32:25 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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