Skip to content

Sunburst is a multilevel donut chart, used to visualize hierarchical data, depicted by concentric circles.

License

Notifications You must be signed in to change notification settings

ramdgupta/powerbi-visuals-sunburst

 
 

Repository files navigation

powerbi-visuals-sunburst

Build Status Coverage Status

Sunburst is a multilevel donut chart, used to visualize hierarchical data, depicted by concentric circles.

Sunburst chart screenshot

Overview

Sunburst chart is used to visualize hierarchical data, depicted by concentric circles. The circle in the centre represents the root node, with the hierarchy moving outward from the center. A segment of the inner circle bears a hierarchical relationship to those segments of the outer circle which lie within the angular sweep of the parent segment.

See also Sunburst chart at Microsoft Office store

Sunburst has 2 bucket fields: Category, Values.

  1. Category - Field with a list of categories for each circle segment. It can accept many values.
  2. Values - Field with values for Category field. It can accept one value. Also this field is used for cross filtering with other visuals.

Sunburst screenshot 1

Selection

You can select any segment of the chart for data filtering. For cleaning of selection you should click outside to "Сlear" button on the right top corner of a visual.

Settings of Sunburst

Group

  • Font size: size of the label in the center of sunburst (see screenshot): Sunburst screenshot 2

  • Show category label: show category label in the center of the visual Sunburst screenshot 3

  • Show data labels: show text labels inside of arc segments of Sunburst Sunburst screenshot 3

  • Category colors: to change colors of each category of the visual. Changing element color will also change its child elements color, but if you changed child element color before then it'll keep unchanged. Sunburst screenshot 4

Tooltip

  • Display Units: tooltip numeric value format. Possible values: Auto, Thousands, Million, Billions, Trillions.
  • Decimal places: amount of decimal places to show. Sunburst screenshot 5

Legend

  • Position: Legend location. Possible values: Top, Bottom, Left, Right, Top Center, Bottom Center, Left Center, Right Center.
  • Title: switch on/off the legend Title.
  • Legend Name: title caption.
  • Color: font color of the legend values.
  • Text Size: font size of legend values. Sunburst screenshot 6

About

Sunburst is a multilevel donut chart, used to visualize hierarchical data, depicted by concentric circles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 1.7%
  • Less 0.8%