Merged readme.

This commit is contained in:
Philipp Jahoda 2014-04-25 19:38:50 +02:00
parent c4d84682e7
commit 6205457832

View file

@ -1,4 +1,22 @@
MPChart
=======
A simple charting library for Android, supporting line- bar- and piecharts.
A simple charting library for Android, supporting line- bar- and piecharts, scaling, dragging and selecting.
Remember: *It's all about the looks.*
**LineChart**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/linechart.png)
**BarChart2D**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart2d.png)
**BarChart3D**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart3d.png)
**PieChart**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/piechart.png)