UNPKG

amis-reports

Version:

爱速搭报表,基于 ECharts 实现的图表功能组件,旨在为用户提供简单和快捷的可视化报表能力,帮助用户在爱速搭平台上快速设计常见的数据报表页和大屏报表效果页。

11 lines (10 loc) 250 B
/** * @file 记录和设置报表组件颜色类属性的默认主题值 * @author liudan21@baidu.com */ export declare const REPORT_COLOR_THEME: { [key: string]: any; }; export declare const REPORT_COLOR_DEFAULT: { [key: string]: any; };