@antv/g2plot
Version:
An interactive and responsive charting library
23 lines (22 loc) • 474 B
TypeScript
/**
* 仪表盘默认配置项
*/
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: {};
};