UNPKG

amis-reports

Version:

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

14 lines (13 loc) 483 B
import { type EditorManager, type BaseEventContext } from 'amis-editor'; export declare function getExpressionEditor(type: 'measures' | 'dimensions', withOrder?: boolean): any; export declare function getGroupEditor(): any; export declare function getDataBucketEditor(config: { label?: any; visibleOn?: string; minLength?: number; maxLength?: number; withOrder?: boolean; addable?: boolean; manager: EditorManager; context: BaseEventContext; }): any;