g-ui-web
Version:
34 lines (33 loc) • 766 B
TypeScript
export declare const barOptions: (num: any, direction: any, columns: any) => {
backgroundColor: any;
tooltip: {
show: boolean;
trigger: string;
formatter: (params: any) => any;
};
legend: {
trigger: string;
left: string;
show: boolean;
top: string;
itemWidth: number;
itemHeight: number;
borderRadius: number;
textStyle: {
fontSize: number;
color: string;
lineHeight: number;
rich: {
a: {
verticalAlign: string;
};
};
padding: number[];
};
};
grid: any;
color: any;
xAxis: any;
yAxis: any;
series: any;
};