diff --git a/README.md b/README.md index 4748978..0013a88 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Animated SVG charts for React. +![Line chart example](https://www.dropbox.com/s/vnm0u1k8orkc5n8/line-chart.gif?raw=1) + +[View line chart example code](./examples/lineChart) + +![Bar chart example](https://www.dropbox.com/s/xlmgpmml5og0q1j/bar-chart.gif?raw=1) + +[View bar chart example code](./examples/barChart) + ## Installation ``` @@ -19,11 +27,11 @@ import { BarChart } from 'react-svg-chart'; const App = () => ( (