Skip to content

Android Graph Library for creating zoomable and scrollable line and bar graphs.

License

Notifications You must be signed in to change notification settings

drashkov/GraphView

This branch is 301 commits behind jjoe64/GraphView:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dce45c3 · Sep 17, 2013
Aug 7, 2013
Aug 7, 2013
Sep 16, 2013
Jul 17, 2013
Dec 30, 2012
Jul 28, 2011
Jul 5, 2011
Aug 7, 2013
Sep 15, 2013
Aug 1, 2013
Jul 25, 2013

Repository files navigation

Chart and Graph Library for Android

What is GraphView

GraphView is a library for Android to programmatically create flexible and nice-looking diagramms. It is easy to understand, to integrate and to customize it. At the moment there are two different types:
  • Line Charts
  • Bar Charts

Tested on Android 1.6, 2.2, 2.3 and 3.0 (honeycomb, tablet), 4.0.

Features

  • Two chart types Line Chart and Bar Chart.
  • Draw multiple series of data Let the diagram show more that one series in a graph. You can set a color and a description for every series.
  • Show legend A legend can be displayed inline the chart. You can set the width and the vertical align (top, middle, bottom).
  • Custom labels The labels for the x- and y-axis are generated automatically. But you can set your own labels, Strings are possible.
  • Handle incomplete data It's possible to give the data in different frequency.
  • Viewport You can limit the viewport so that only a part of the data will be displayed.
  • Scrolling You can scroll with a finger touch move gesture.
  • Scaling / Zooming Since Android 2.3! With two-fingers touch scale gesture (Multi-touch), the viewport can be changed.
  • Background (line graph) Optionally draws a light background under the diagram stroke.
  • Manual Y axis limits
  • Realtime Graph (Live)
  • And more

How to use

View GraphView page
http://www.jjoe64.com/p/graphview-library.html

Important

To show you how to integrate the library into an existing project see the GraphView-Demos project! See GraphView-Demos for examples. https://github.com/jjoe64/GraphView-Demos
View GraphView page http://www.jjoe64.com/p/graphview-library.html

About

Android Graph Library for creating zoomable and scrollable line and bar graphs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published