public class PlotTreeMap extends PlotOptions
A tree map displays hierarchical data using nested rectangles. The data can be laid out in varying ways depending on options.
| Modifier and Type | Class and Description |
|---|---|
static class |
PlotTreeMap.DrillUpButtonPosition
Options for the button appearing when drilling down in a treemap.
|
static class |
PlotTreeMap.LayoutAlgorithm
Which algorithm is used for setting position and dimensions of the points.
|
static class |
PlotTreeMap.LayoutStartingDirection
Direction the layout algorithm will start drawing.
|
| 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.
|
Boolean |
alternateStartingDirection
Enabling this option will make the treemap alternate the drawing direction between vertical
and horizontal.
|
String |
borderColor
The color of the border surrounding each tree map item.
|
PlotTreeMap.DrillUpButtonPosition |
drillUpButton_position
Options for the button appearing when drilling down in a treemap.
|
Boolean |
ignoreHiddenPoint
Whether to ignore hidden points when the layout algorithm runs.
|
Boolean |
interactByLeaf
This option decides if the user can interact with the parent nodes or just the leaf nodes.
|
PlotTreeMap.LayoutAlgorithm |
layoutAlgorithm
This option decides which algorithm is used for setting position and dimensions of the
points.
|
PlotTreeMap.LayoutStartingDirection |
layoutStartingDirection
Defines which direction the layout algorithm will start drawing.
|
Boolean |
levelIsConstant
Used together with the levels and allowDrillToNode options.
|
Double |
opacity
The opacity of a point in treemap.
|
Integer |
sortIndex
The sort index of the point inside the treemap level.
|
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 |
|---|
PlotTreeMap() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Boolean allowDrillToNode
@Option public Boolean alternateStartingDirection
@Option public String borderColor
@Option(value="drillUpButton.position") public final PlotTreeMap.DrillUpButtonPosition drillUpButton_position
@Option public Boolean ignoreHiddenPoint
@Option public Boolean interactByLeaf
@Option public PlotTreeMap.LayoutAlgorithm layoutAlgorithm
@Option public PlotTreeMap.LayoutStartingDirection layoutStartingDirection
@Option public Boolean levelIsConstant
@Option public Double opacity
Copyright © 2018 Fujion Framework. All rights reserved.