UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

19 lines (18 loc) 432 B
import { Type } from "igniteui-webcomponents-core"; /** * Describes available behaviors for displaying height of the funnel slices. */ export declare enum FunnelSliceDisplay { /** * The slice heights should be uniform. */ Uniform = 0, /** * The slice heights should be weighted by value. */ Weighted = 1 } /** * @hidden */ export declare let FunnelSliceDisplay_$type: Type;