g-ui-web
Version:
69 lines (68 loc) • 1.59 kB
TypeScript
export declare const initOptions: (type: any, num: any, size: any, bg: any, text: any, bgColor: any) => {
backgroundColor: any;
title: {
text: any;
textStyle: {
fontSize: number;
fontWeight: number;
color: string;
};
subtext: string;
padding: number;
subtextStyle: {
fontWeight: number;
color: string;
fontSize: number;
};
x: string;
y: string;
};
series: {
name: string;
type: string;
z: number;
radius: string;
center: string[];
startAngle: string;
endAngle: string;
axisLine: {
roundCap: boolean;
lineStyle: {
color: (string | number)[][];
width: number;
};
};
detail: {
show: boolean;
};
title: {
show: boolean;
};
data: {
name: string;
value: any;
}[];
splitLine: {
show: boolean;
};
axisLabel: {
show: boolean;
};
pointer: {
show: boolean;
length: string;
width: number;
showAbove: boolean;
icon: string;
itemStyle: {
color: string;
borderWidth: number;
borderType: string;
borderColor: string;
};
};
axisTick: {
show: boolean;
};
}[];
};