🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Codex Graph is a lightweight jQuery plugin used to create an animated knob-like graph from a list of items with Html5 data-pamt attributes.

knob Canvas

Documentation

codex-graph

Highly customizable light weight graph plugin

==============

alt tag

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. )


You May Also Like