UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

11 lines (10 loc) 227 B
import { Type } from "igniteui-angular-core"; export declare enum TreemapValueMappingMode { Sum = 0, Value = 1, CustomValue = 2 } /** * @hidden */ export declare let TreemapValueMappingMode_$type: Type;