2012-08-02 14:49:54 +02:00
2012-08-02 14:48:57 +02:00
2012-08-02 14:29:35 +02:00
2012-08-02 14:49:54 +02:00

Piecon

Pie charts in your favicon!

A tiny javascript library for dynamically generating pie charts in your favicons.

See the live demo here.

Documentation

Basic usage

Piecon.setProgress(12);
Piecon.setProgress(25);
...
Piecon.reset();

Options

Piecon.setOptions({
  color: '#ff0084', // Pie chart color
  background: '#bbb', // Empty pie chart part color
  shadow: '#fff', // Ring shadow color
  fallback: false' // Toggles displaying percentage in the title bar (possible values - true, false, 'force')
});

License

Licensed under the MIT license.

Credits

Piecon was inspired by Tinycon.

An Lipka project

Made by yours truly - @lipka.

Description
No description provided
Readme 213 KiB
Languages
JavaScript 91.3%
HTML 8.7%