This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
chartr /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 12 16:07:04 -0700 2008 | |
| |
LICENSE | Mon Feb 16 13:26:45 -0800 2009 | |
| |
README | Thu Feb 19 12:03:32 -0800 2009 | |
| |
doc/ | Thu Feb 19 12:17:22 -0800 2009 | |
| |
environment.rb | Wed Feb 18 14:28:42 -0800 2009 | |
| |
flotr/ | Thu Mar 26 13:43:24 -0700 2009 | |
| |
init.rb | Mon Feb 16 12:56:33 -0800 2009 | |
| |
install.rb | Fri Mar 13 15:24:20 -0700 2009 | |
| |
lib/ | Thu Mar 26 13:43:24 -0700 2009 | |
| |
tasks/ | Fri Mar 13 15:24:54 -0700 2009 | |
| |
uninstall.rb | Thu Jun 12 16:07:04 -0700 2008 |
README
= Chartr -- A Ruby interface to the Flotr Javascript chart library Flotr: http://solutoire.com/category/flotr/ == Simple example (from outside of Rails) <% @c = Chartr::BarChart.new(:bars => {:barWidth => 0.5}, :yaxis => {:min => 0}) %> <% @c.data = [[[1,2], [2,4], [3,6]], [[1.5,1], [2.5,1], [3.5,8]]] %> <div id="barchart" style="width:600px;height:300px;"> </div> <%= javascript_tag(@c.output('barchart')) %> == Installation == License Chartr is released under the MIT license. == Support







