/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular.chart.hierarchical} * AngularJS directives for wijmo.angular.chart.hierarchical module */ /** * */ export declare var ___keepComment: any; import { WjFlexChartBase, WjFlexPie } from 'wijmo/wijmo.angular.chart'; import * as wjcChartHierarchical from 'wijmo/wijmo.chart.hierarchical'; /** * Angular module name, which can be used in the angular.module(moduleName) * function to obtain a reference to the module . */ export declare const ngModuleName = "wj.chart.hierarchical"; /** * AngularJS directive for the {@link Sunburst} control. * *
*
child-items-path
= An array or string object used to generate child items in hierarchical data.
*
* */ export declare class WjSunburst extends WjFlexPie { readonly _controlConstructor: typeof wjcChartHierarchical.Sunburst; } /** * AngularJS directive for the {@link TreeMap} control. * *
*
items-source
= An array or {@link 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 * {@link ChartTooltip} content property.
*
label-content
@ The value to display in the * {@link DataLabel} content property.
*
rendering
& The {@link FlexPie.rendering} event handler.
*
rendered
& The {@link FlexPie.rendered} event handler.
*
* * The wj-tree-map directive may contain the following child directives: * {@link wijmo.angular.chart.WjFlexChartLegend} and {@link wijmo.angular.chart.WjFlexChartDataLabel}. */ export declare class WjTreeMap extends WjFlexChartBase { readonly _controlConstructor: typeof wjcChartHierarchical.TreeMap; _initProps(): void; }