Sparklines - PowerPoint PPT Presentation

About This Presentation
Title:

Sparklines

Description:

Sparklines. Galileo's Sparklines. ET's Sparklines. sudo gem install rmagick ... def self.spark_name( array, options, max_value ) Must return a PNG image blob. ... – PowerPoint PPT presentation

Number of Views:934
Avg rating:3.0/5.0
Slides: 7
Provided by: lukef9
Learn more at: http://luke.francl.org
Category:
Tags: blob | sparklines

less

Transcript and Presenter's Notes

Title: Sparklines


1
Sparklines
2
Galileos Sparklines
3
ETs Sparklines
4
sudo gem install rmagick sudo gem install
sparklines sudo gem install sparklines_generator
ruby script/generate sparklines
require 'sparklines'
class MyController lt ApplicationController
helper sparklines end
5
Using the sparkline_tag Helper
lt sparkline_tag array of ints 0-100, type
gt "type", options gt
lt sparkline_tag 49,23,89,10,86,37,32,
type gt 'smooth' gt
lt sparkline_tag 49,23,89,10,86,37,32,
type gt 'discrete', upper gt 50,
above_color gt "red"gt
6
Creating Your Own Sparkline
def self.spark_name( array, options, max_value
) Must return a PNG image blob.
Write a Comment
User Comments (0)
About PowerShow.com