UNPKG

ngx-antv-f2

Version:

Functional Antvis/F2 wrapper for Angular.

14 lines (13 loc) 261 B
/** * @author CK * @date 2019/1/17 * @Description: 绘制图表的辅助元素 */ export declare class F2Guide { /** * line,text,point,tag,rect,html,arc,regionFilter */ type: string; config: any; setChartGuide(chart: any): void; }