Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Gehring committed Jul 6, 2011
1 parent 022f88d commit 2a6ceb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
@@ -1,7 +1,7 @@
Chart and Graph Library for Android
====================================

== What is GraphView ==
<h2>What is GraphView</h2>
GraphView is a small library for Android to programmatically create flexible and nice-looking line diagramms. It is easy to understand, to integrate and to customize it.

GraphView was originally created by arnodenhond, but I did a complete remake and so now I can say it is "my" library ;-)
Expand All @@ -10,7 +10,7 @@ Tested on Android 1.6, 2.2, 2.3 and 3.0 (honeycomb, tablet).

<img src="https://github.com/jjoe64/GraphView/raw/master/GVLine.jpg" />

== Features ==
<h2>Features</h2>

* Custom labels
The labels for the x- and y-axis are generated automatically. But you can set your only labels, Strings are possible.
Expand All @@ -25,7 +25,7 @@ You can scroll with a finger touch move gesture.
* Scaling / Zooming
Since Android 2.3! With two-fingers touch scale gesture, the viewport can be changed.

== How to use ==
<h2>How to use</h2>
<a href="http://www.jjoe64.com/2011/07/chart-and-graph-library-for-android.html">http://www.jjoe64.com/2011/07/chart-and-graph-library-for-android.html</a>

// graph with dynamically genereated horizontal and vertical labels
Expand All @@ -46,7 +46,7 @@ GraphView graphView = new GraphView(
LinearLayout layout = (LinearLayout) findViewById(R.id.graph1);
layout.addView(graphView);

== Important ==
<h2>Important</h2>
To show you how to integrate the library into an existing project see the GraphView-Demos project!
See GraphView-Demos for examples.
<a href="https://github.com/jjoe64/GraphView-Demos">https://github.com/jjoe64/GraphView-Demos</a>
Expand Down

0 comments on commit 2a6ceb7

Please sign in to comment.