Skip to content
/ tinypie Public

A small and simple pie chart creator written in JavaScript

License

Notifications You must be signed in to change notification settings

pafcu/tinypie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TinyPie is a "library" for plotting pie charts in JavaScript. The reason for the quotation marks is simple, currently the API consists of a single function: TinyPie.piechart([[value1,color1],[value2,color2],..]) which returns an SVG tree containing the pie chart. See demo.xhtml for a demo.

Due to the usage of SVG this library will probably not work correctly in Internet Explorer, but most other reasonably modern browsers should work.

This library was written to scratch an itch. New major features (especially new chart types) will probably not be added. Feel free to fork and modify to your heart's content.

About

A small and simple pie chart creator written in JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages