@zhsz/cool-design-dv
Version:
31 lines (30 loc) • 603 B
TypeScript
/**
* 默认主题
* @type {string}
*/
export declare const DEFAULT_THEME: {
color: string[];
};
/**
* 值轴位置映射
* @type {{x: string[], y: string[]}}
*/
export declare const SERIES_LABEL_POSITION: {
x: string[];
y: string[];
};
/**
* 饼图默认 labelLine
* @type {{length2: number, length: number, smooth: number}}
*/
export declare const PIE_LABEL_LINE: {
smooth: number;
};
/**
* 饼图玫瑰类目默认样式
* @type {{shadowBlur: number, shadowColor: string}}
*/
export declare const PIE_ROSE_ITEM_STYLE: {
shadowBlur: number;
shadowColor: string;
};