e-roc / pie-chart

This is a helper function that utilises d3.js to create pie charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Pie Chart

Simple function to generate Pie Charts (demo) utilisiing d3.js. This function is part of the http://xhprof.io/ project. It is able to handle datasets of arbitrary size. It has several options that allow for customisation, such as the label margin, circle radius and visibility of the percentage data (refer to the source code).

screenshot

Browser Support

FireFox cannot read the clientWidth of the SVG and the SVG itself does not expand to fill the container. Therefore, every Pie Chart SVG must be wrapped in a div container. The SVG element must have 100% width and height.

License & Notes

The BSD License - Copyright (c) 2012 Gajus Kuizinas.

About

This is a helper function that utilises d3.js to create pie charts.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 71.4%Language:HTML 28.6%