Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpunk committed Jul 11, 2008
1 parent 14e3791 commit 3a8aa71
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ The idea is to get it as simple and extensible as possible, support future chang

Initially will only support line and pie graph, but is easy to add support for the other graphs

h2. Install

<pre><code>
rake open_flash_chart_lazy:install
</pre></code>

h2. Uninstall

<pre><code>
rake open_flash_chart_lazy:remove
</pre></code>

h2. Examples

h3. Remote
h3. With remote data

h4. In the controller

Expand All @@ -31,7 +43,7 @@ h4. In the view
<%= remote_graph("my_chart","/admin/dashboard/progress") %>
</pre></code>

h3. Inline
h3. With inline data

h4. In the controller

Expand Down

0 comments on commit 3a8aa71

Please sign in to comment.