Improved readme.
This commit is contained in:
parent
4c0e3ddeb0
commit
b0fc1fb83b
1 changed files with 22 additions and 4 deletions
26
README.md
26
README.md
|
@ -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**
|
||||
|
||||

|
||||
|
||||
**BarChart2D**
|
||||
- **BarChart2D**
|
||||
|
||||

|
||||
|
||||
**BarChart3D**
|
||||
- **BarChart3D**
|
||||
|
||||

|
||||
|
||||
**PieChart**
|
||||
- **PieChart**
|
||||
|
||||

|
||||
|
||||
|
||||
**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.
|
||||
|
|
Loading…
Add table
Reference in a new issue