UNPKG

igniteui-react-charts

Version:

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

21 lines (20 loc) 521 B
import { Type } from "igniteui-react-core"; export declare enum TreemapHighlightedValueDisplayMode { /** * The treemap automatically chooses an appropriate mode. */ Auto = 0, /** * The treemap overlays the highlighted value on top of the normal value and applies a slight * transparency to the normal value. */ Overlay = 1, /** * Hides the highlighted values. */ Hidden = 2 } /** * @hidden */ export declare let TreemapHighlightedValueDisplayMode_$type: Type;