From dc138062dd0414808e857564e2be3dabc63793de Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Thu, 5 Aug 2021 02:44:35 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6af6d74..a507806 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ The most complete library for Bar, Line, Area, Pie, and Donut charts in React Native. Allows 2D, 3D, gradient, animations and live data updates. +### Why gifted-charts when various other chart libraries are available? + +1. Plenty of features with minimal code +2. Apply animations to your charts on load and on value change, just by adding a prop +3. Smooth animations implemented using LayoutAnimation +4. Clickable and scrollable +5. Three-D and gradient effects +6. Fully customizable +7. Detailed documentation with examples + ![alt text](/demos/line.gif) ![alt text](/demos/area.gif) ![alt text](/demos/movingBars.gif)