Piecon

Pie charts in your favicon!

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

Look up at your tabs for the live demo!

Documentation

Basic usage


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

Options


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

Browser Support

Piecon has been tested to work completely in the following browsers (older versions may be supported, but haven't been tested):

Currently the library falls back to title updates for the following browsers:

License

Licensed under the MIT license.

Credits

Piecon was inspired by Tinycon.

An Lipka project

Made by yours truly - @lipka.