ngx-antv-f2
Version:
Functional Antvis/F2 wrapper for Angular.
30 lines (29 loc) • 580 B
TypeScript
/**
* @author CK
* @date 2019/1/16
* @Description:
*/
export declare class F2GeomPoint {
/**
* {
* generatePoints: {Boolean},
* sortable: {Boolean},
* startOnZero: {Boolean},
* connectNulls: {Boolean}
* }
*/
config: object;
/**
* 将数据值映射到图形的位置上
*/
position: string | string[];
/**
* 将数据值映射到图形的颜色上
*/
color: string | [string, string | any[] | Function];
shape: any;
size: any;
adjust: any;
style: any;
animate: any;
}