UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

24 lines (23 loc) 401 B
/** * 分面图 默认配置项 */ export declare const DEFAULT_OPTIONS: { title: { style: { fontSize: number; fill: string; }; }; rowTitle: { style: { fontSize: number; fill: string; }; }; columnTitle: { style: { fontSize: number; fill: string; }; }; };