Sparklines PowerPoint PPT Presentation

presentation player overlay
About This Presentation
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