UNPKG

amis-reports

Version:

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

12 lines (11 loc) 606 B
import * as React from 'react'; export declare function JSONValueMap(json: any, mapper: (value: any, key: string | number, host: Object, stack: Array<Object>) => any, stack?: Array<Object>): any; export declare const ChartConfigEditor: ({ value, onChange }: any) => React.JSX.Element; export declare const __datasetModelFields: any[]; export declare function getContextVariables(contextData: any, needType?: Array<string>): any[]; export declare function getContextFields(config: { rendererSchema: any; compContextData: any; needFieldTypes: Array<string>; fetcher: any; }): Promise<any[]>;