UNPKG

ngx-antv-f2

Version:

Functional Antvis/F2 wrapper for Angular.

18 lines (17 loc) 317 B
/** * @author CK * @date 2019/1/13 * @Description: 配置坐标轴 */ export declare class F2Axis { /** * chart.axis(false) */ disabled: boolean; /** * chart.axis(field, false) * chart.axis(field, config) */ option: [string, object]; setChartAxis(chart: any): void; }