[]
        
(Showing Draft Content)

WjTreeMap Class

WjTreeMap Class

AngularJS directive for the TreeMap control.

items-source
= An array or ICollectionView object that contains data for the chart.
binding
@ The name of the property that contains item values.
binding-name
@ The name of the property that contains item names. It should be an array or a string.
footer
@ The text to display in the chart footer (plain text).
footer-style
= The style to apply to the chart footer.
header
@ The text to display in the chart header (plain text).
header-style
= The style to apply to the chart header.
initialized
& This event occurs after the binding has finished initializing the control with attribute values.
is-initialized
= A value indicating whether the binding has finished initializing the control with attribute values.
type
@ The type of the TreeMap.
child-items-path
@ A value indicating the name of the property (or properties) used to generate child items in hierarchical data.
max-depth
= The maximum number of node levels to show in the current view.
palette
= An array that contains the default colors used for displaying TreeMap items.
plot-margin
= The number of pixels of space to leave between the edges of the control and the plot area, or CSS-style margins.
tooltip-content
@ The value to display in the ChartTooltip content property.
label-content
@ The value to display in the DataLabel content property.
rendering
& The FlexPie.rendering event handler.
rendered
& The FlexPie.rendered event handler.

The wj-tree-map directive may contain the following child directives: wijmo.angular.chart.WjFlexChartLegend and wijmo.angular.chart.WjFlexChartDataLabel.

Heirarchy

  • WjFlexChartBase
    • WjTreeMap