Sha256: 52e4264e63799bbb89b12b305c036c47d4ec59ec41ef1c3f0ee02be42debc681

Contents?: true

Size: 1.2 KB

Versions: 28

Compression:

Stored size: 1.2 KB

Contents

**********************************
** Spark Graph Library for Ruby **
**********************************

Geoffrey Grosenbach
boss@topfunky.com
http://nubyonrails.topfunky.com

Daniel Nugent
nugend@gmail.com


*** What is it? ***

A library for generating small sparkline graphs from Ruby. Use it in desktop apps or Rails apps. See the samples in the 'samples' directory.


*** How do I use it? ***

Read the meager documentation in the enclosed 'docs' folder.

In Rails, copy the included files (sparklines_controller.rb, sparklines_helper.rb, sparklines.rb) into your controller, helper, and lib directories, respectively.

In your custom controller, do
	require_dependency 'sparklines'
and 
	helper :sparklines

In your view, call it like this:

<%= sparklines_tag [1,2,3,4,5,6] %> <!-- Gives you a smooth graph -->

Or specify details:

<%= sparklines_tag [1,2,3,4,5,6], :type => 'discrete', :height => 10, :upper => 80, :above_color => 'green', :below_color => 'blue' %>


**********************************
CHANGES
**********************************

0.2.1

* Added line_color option for smooth graphs
* Now available as a gem ('gem install sparklines') and as a rails generator ('gem install sparklines_generator')


Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
sparklines-0.2.1 README.txt
sparklines-0.2.2 README.txt
sparklines-0.2.4 README.txt
sparklines-0.2.3 README.txt
typo-3.99.0 vendor/sparklines/README.txt
typo-3.99.2 vendor/sparklines/README.txt
typo-3.99.3 vendor/sparklines/README.txt
typo-3.99.1 vendor/sparklines/README.txt
typo-4.0.0 vendor/sparklines/README.txt
typo-3.99.4 vendor/sparklines/README.txt
typo-4.0.1 vendor/sparklines/README.txt
typo-4.0.2 vendor/sparklines/README.txt
typo-4.0.3 vendor/sparklines/README.txt
typo-4.1.1 vendor/sparklines/README.txt
typo-5.0.1 vendor/sparklines/README.txt
typo-4.1 vendor/sparklines/README.txt
typo-5.0.2 vendor/sparklines/README.txt
typo-5.0.3.98.1 vendor/sparklines/README.txt
typo-5.0.3.98 vendor/sparklines/README.txt
typo-5.0 vendor/sparklines/README.txt