Skip to content

joannecheng/little_graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Little Graphs

To Use:

require 'little_graphs'
graph = LittleGraphs.new()
graph.draw([1, 2, 4, 5, 4]) # returns a blob
graph.draw([12, 3, 0, 9, 10, 8, 2, 4, 1], "example.jpeg")

example graph

About

Create sparklines with ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages