Improved readme.

This commit is contained in:
PhilJay 2014-04-30 00:50:25 +02:00
parent 4c0e3ddeb0
commit b0fc1fb83b

View file

@ -5,18 +5,36 @@ A simple charting library for Android, supporting line- bar- and piecharts, scal
Remember: *It's all about the looks.*
**LineChart**
Features
=======
**Core features:**
- **LineChart**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/linechart.png)
**BarChart2D**
- **BarChart2D**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart2d.png)
**BarChart3D**
- **BarChart3D**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart3d.png)
**PieChart**
- **PieChart**
![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/piechart_selected.png)
**Additional features:**
- Scaling
- Dragging
- Highlighting values
- Fully customizeable (paints, legends (rounded, not rounded), colors, background, gestures, ...)
Usage
=======
Example usage code coming soon.
Rely on the **"MPChartExample"** folder for now and check out the examples in that project.