UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

7 lines (6 loc) 275 B
export declare function getGaugeColorRange(percentage: number, color: { color: string; }, backgroundColor: string): any[][]; export declare function getCircularColorRange(percentage: number, color: { color: string; }, backgroundColor: string): (string | number)[][];