Bugfixes concerning selecting values in the LineChart.
9 files changed
tree: 98988f6291edf2b8613be7b91031f4ffa166df7c
  1. MPChartExample/
  2. MPChartLib/
  3. screenshots/
  4. .gitignore
  5. performance.xlsx
  6. 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:

  • Scaling (with touch-gesture)
  • Dragging (with touch-gesture)
  • Highlighting values
  • Save chart to SD-Card
  • Predefined color templates
  • Fully customizeable (paints, typefaces, legends, colors, background, gestures, ...)

Chart types:

  • LineChart

alt tag

  • BarChart2D

alt tag

  • BarChart3D

alt tag

  • PieChart

alt tag

Usage

Example usage code coming soon. Rely on the “MPChartExample” folder for now and check out the examples in that project.