@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
54 lines (53 loc) • 1.03 kB
TypeScript
export declare const commonOptions: {
xAxis: {
splitLine: {
show: boolean;
};
axisLine: {
show: boolean;
};
axisTick: {
show: boolean;
lineStyle: {
color: string;
};
};
triggerEvent: boolean;
nameLocation: string;
};
yAxis: {
triggerEvent: boolean;
splitLine: {
show: boolean;
lineStyle: {
type: string;
};
};
axisLine: {
show: boolean;
};
axisTick: {
show: boolean;
};
nameLocation: string;
};
tooltip: {
trigger: string;
enterable: boolean;
};
};
export declare const crossAxis: {
splitLine: {
show: boolean;
lineStyle: {
type: string;
};
};
axisLine: {
show: boolean;
};
axisTick: {
show: boolean;
};
nameLocation: string;
};