UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

33 lines (32 loc) 685 B
import { ChartType } from '../../../constants'; export declare const pieTypeMapThemeoption: { pieBucket: string; pieMetric: string; pieRingBucket: string; pieRingMetric: string; pieRoseBucket: string; pieRoseMetric: string; }; export declare const defaultConfig: { tooltip: { trigger: string; confine: boolean; }; legend: { itemWidth: number; itemHeight: number; }; }; export declare const noDataSeries: () => { name: string; type: string; center: string[]; hoverAnimation: boolean; tooltip: { show: boolean; }; data: { name: string; value: number; }[]; };