UNPKG

igniteui-angular-charts

Version:

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

11 lines (10 loc) 226 B
import { Type } from "igniteui-angular-core"; export declare enum TreemapLayoutType { Squarified = 0, SliceAndDice = 1, Stripped = 2 } /** * @hidden */ export declare let TreemapLayoutType_$type: Type;