public class PlotSunburst extends PlotOptions
A sunburst displays hierarchical data, where a level in the hierarchy is represented by a circle. The center represents the root node of the tree. The visualization bears a resemblance to both tree map and pie charts.
| Modifier and Type | Field and Description |
|---|---|
Boolean |
allowDrillToNode
When enabled the user can click on a point which is a parent and zoom in on its children.
|
List<String> |
center
The center of the sunburst chart relative to the plot area.
|
Boolean |
levelIsConstant
Used together with the levels and allowDrillToNode options.
|
List<LevelOptions> |
levels
Set options on specific levels.
|
String |
levelSize_unit
How to interpret levelSize.value.
|
Double |
levelSize_value
The value used for calculating the width of the ring.
|
String |
rootId
Which point to use as a root in the visualization.
|
Integer |
slicedOffset
If a point is sliced, moved out from the center, how many pixels should it be moved?.
|
Double |
startAngle
The start angle of the pie slices in degrees where 0 is top and 90 right.
|
allowPointSelect, animation, animationLimit, boostThreshold, className, color, colorByPoint, colorIndex, colors, connectEnds, connectNulls, cropThreshold, cursor, dashStyle, dataLabels, description, enableMouseTracking, exposeElementToA11y, findNearestPointBy, getExtremesFromAll, id, keys, label, linecap, lineWidth, linkedTo, marker, negativeColor, pointInterval, pointIntervalUnit, pointPlacement, pointStart, selected, shadow, showCheckbox, showInLegend, skipKeyboardNavigation, softThreshold, stacking, step, stickyTracking, threshold, tooltip, turboThreshold, type, visible, zoneAxis, zones| Constructor and Description |
|---|
PlotSunburst() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Boolean allowDrillToNode
@Option public List<String> center
@Option public Boolean levelIsConstant
@Option public final List<LevelOptions> levels
@Option(value="levelSize.unit") public String levelSize_unit
@Option(value="levelSize.value") public Double levelSize_value
@Option public String rootId
@Option public Integer slicedOffset
Copyright © 2018 Fujion Framework. All rights reserved.