mirror of
https://github.com/lipka/piecon.git
synced 2026-04-18 03:00:25 -04:00
fedd5366e83550a93937b4312eece2601b62e623
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
Languages
JavaScript
91.3%
HTML
8.7%