Improved readme.
1 file changed
tree: 509507340e64ee5b344052dc2cd27e5c5e2afd85
  1. MPChartExample/
  2. MPChartLib/
  3. screenshots/
  4. .gitignore
  5. README.md
README.md

MPChart

A simple charting library for Android, supporting line- bar- and piecharts, scaling, dragging and selecting.

Remember: It's all about the looks.

Features

Core features:

  • LineChart

alt tag

  • BarChart2D

alt tag

  • BarChart3D

alt tag

  • PieChart

alt tag

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.