codex-graph
Highly customizable light weight graph plugin
==============
html
you can change the "data-pamt='10'" value to any amount b/w 0 to 100
<ul> <li data-pamt='10'>HTML5</li> <li data-pamt='25'>JQUERY</li> <li data-pamt='60'>JAVASCRIPT</li> <li data-pamt='40'>CSS3</li> <li data-pamt='100'>PHOTOSHOP</li> </ul>
Basic usage
initialize the plugin
$("body").codexgraph({});
Settings
$("body").codexgraph({ knobcolor: '#14b9d5', fillcolor: '#fff', textcolor: '#000', });
License
Released under the MIT License. )