| 1234567891011121314151617181920212223 |
- /**
- * 分面图 默认配置项
- */
- export declare const DEFAULT_OPTIONS: {
- title: {
- style: {
- fontSize: number;
- fill: string;
- };
- };
- rowTitle: {
- style: {
- fontSize: number;
- fill: string;
- };
- };
- columnTitle: {
- style: {
- fontSize: number;
- fill: string;
- };
- };
- };
|