/*! * * Wijmo Library 5.20252.44 * 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. * *
= An array or string object used to generate child items in hierarchical data.= An array or {@link ICollectionView}
* object that contains data for the chart.@ The name of the property that
* contains item values.@ The name of the property that
* contains item names. It should be an array or a string.@ The text to display in the chart footer (plain
* text).= The style to apply to the chart footer.@ The text to display in the chart header (plain
* text).= The style to apply to the chart header.& This event occurs after the binding has finished
* initializing the control with attribute values.= A value indicating whether the binding has finished
* initializing the control with attribute values. @ The type of the TreeMap.@ A value indicating the name of the property (or properties) used to generate
* child items in hierarchical data.= The maximum number of node levels to show in the current view.= An array that contains the default colors used for
* displaying TreeMap items.= The number of pixels of space to leave between the
* edges of the control and the plot area, or CSS-style margins.@ The value to display in the
* {@link ChartTooltip} content property.@ The value to display in the
* {@link DataLabel} content property.& The {@link FlexPie.rendering} event handler.& The {@link FlexPie.rendered} event handler.