From 5ab082d2f71d6e2e68127d1971722250920d6b0d Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Tue, 3 Aug 2021 18:50:52 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 182b853..6af6d74 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,15 @@ const data=[ {value:50}, {value:80}, {value:90}, {value:70} ] // For Horizontal Bar chart, just add the prop horizontal to the component + // For Area chart, just add the prop areaChart to the component + // For Donut chart, just add the prop donut to the component + ```