UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

30 lines (29 loc) 1.33 kB
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import { IChartDataset } from '@qn-pandora/app-sdk'; import MetricPanelChartStyleService from '../../../base-pandora-visualization/services/chart-style/charts/metric-panel/metric'; import BasicComponent from '../../Base/BasicComponent'; import { IThemeService } from '../../../services/theme/registerTheme'; export declare class MetricPanelChartConfigForm extends BasicComponent<{ chartStyleService: MetricPanelChartStyleService; dataset: IChartDataset; themeService: IThemeService; }, any> { get currentMetricFields(): import("@qn-pandora/app-sdk").IChartField[]; defaultSet(): void; render(): React.JSX.Element; } declare const _default: React.ComponentClass<{ chartStyleService: MetricPanelChartStyleService; dataset: IChartDataset; themeService: IThemeService; }, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<{ chartStyleService: MetricPanelChartStyleService; dataset: IChartDataset; themeService: IThemeService; }, any> & typeof MetricPanelChartConfigForm) | (React.FunctionComponent<{ chartStyleService: MetricPanelChartStyleService; dataset: IChartDataset; themeService: IThemeService; }> & typeof MetricPanelChartConfigForm), {}>; export default _default;