igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
19 lines (18 loc) • 424 B
TypeScript
import { Type } from "igniteui-react-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;