Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 855 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 855 Bytes

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.