All Projects → gajus → Pie Chart

gajus / Pie Chart

Licence: bsd-3-clause
This is a helper function that utilises d3.js to create pie charts.

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].