UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

19 lines (18 loc) 818 B
import { IChartDataset } from '@qn-pandora/app-sdk'; import { ISearchChartStyleService } from '../base'; import SunburstStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/sunburst/sunburst'; export default class SearchSunburstStyleService extends SunburstStyleService implements ISearchChartStyleService { datasetReaction(dataset: IChartDataset): void; get option(): { chartType: import("../../../..").ChartType; legend: import("../../../..").ILegend; showLabel: boolean | undefined; maxSlices: number[]; sectorOffset: number | undefined; currentBuckets: string[]; currentMetrics: string[]; unit: string[]; precision: number; displayColors?: import("../../../..").IColor[] | undefined; }; }