Sunburst Plot
A d3-based sunburst plot for displaying pathways.
Options
- categories |
array (required): array of category names. Default:none. - data |
object (required): data object. Default:none. - width |
number: width of the plot (in px). Default:750. - height |
number: height of the plot (in px). Default:600. - style |
object: CSS inline styles. Default:{}. - breadcrumbs |
{w,h,s,t}: object with dimensions:wfor width,hfor height,sfor spacing,tfor width of tip/tail. Default:{ 'w': 250, 'h': 50, 's': 5, 't': 15 }.
Examples
Live Editor
Result
ReferenceError: Provider is not defined