Skip to content

Kilian/grafico

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 261 commits ahead, 64 commits behind alexyoung:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Grafico graphing library

Grafico is a javascript charting library based on Raphaël and Prototype.js. It is originally developed as Ico by Alex Young, but this version was developed by Kilian Valkhof at Wakoopa . Grafico’s basic principles are to provide good, clean looking graphs inspired by work of Stephen Few and Edward Tufte, while still being flexible to implement and providing numerous api options to tweak the look of the graphs.

Supported graph types:

  • Line graphs
  • Area graphs
  • Stacked area graphs
  • Stream graphs
  • Bar graphs
  • Stacked Bar graphs
  • Horizontal bar graphs
  • Sparklines
  • Sparkbars
  • Sparkareas

Some key things Grafico supports:

  • Flexible ranges Grafico select the best range to display your data at
  • Hover options display additional information such as the value when hovering over charts
  • Mean lines A single line that display the mean.
  • Watermarks Use an image as a watermark over your graphs

Licenced under the MIT license.

About

JavaScript and SVG charting library based on Raphael

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Ruby 1.0%