DEMO is here: /abernier/4961058/example/
Explanation here: http://stackoverflow.com/questions/2280127/css-pie-charts#answer-15015424
<link rel="stylesheet" href="https://gist.githubusercontent.com/abernier/4961058/raw/index.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://gist.githubusercontent.com/abernier/4961058/raw/index.js"></script>
<script>
var mypie = new Pacss('#mypie');
</script>
npm install https://gist.github.com/abernier/4961058/download
then simply:
var pacss = require('pacss');
new Pacss('#mypie')
Modified http://code.jquery.com/jquery-latest.js to a secure url
https://code.jquery.com/jquery-latest.js