Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.
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 visit https://pafcu.github.io/tinypie/ 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.

Expand Down