| 12345678910111213141516171819202122 |
- /**
- * 仪表盘默认配置项
- */
- export declare const DEFAULT_OPTIONS: {
- percent: number;
- innerRadius: number;
- radius: number;
- color: string[];
- statistic: {
- title: false;
- content: {
- style: {
- fontSize: string;
- fontWeight: number;
- fill: string;
- textAlign: "center";
- textBaseline: "middle";
- };
- };
- };
- animation: {};
- };
|