UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 271 B
import { DrillDownInteraction } from 'spec'; /** * DrillDown interaction for partition visualization. * Based on the proven sunburst drilldown implementation. */ export declare function DrillDown(drillDownOptions?: DrillDownInteraction): (context: any) => () => void;