@toast-ui/chart
Version:
TOAST UI Application: Chart
9 lines (8 loc) • 304 B
TypeScript
import { TreemapSeriesData } from "../../types/store/store";
import { Rect } from "../../types/options";
declare type IdType = string | number;
export declare type BoundMap = {
[key in IdType]: Rect;
};
export declare function squarify(layout: Rect, seriesItems: TreemapSeriesData[]): {};
export {};