treemap.d.ts 193 B

123
  1. import { HierarchyOption } from './types';
  2. export declare function getTileMethod(tile: string, ratio: number): any;
  3. export declare function treemap(data: any, options: HierarchyOption): any[];