@covalent/echarts
Version:
Teradata UI Platform Echarts Module
65 lines (64 loc) • 3.36 kB
TypeScript
import { TdChartOptionsService, ITdItemStyle, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdSeries, ITdLabel, ITdLabelLine, TdSeriesDirective } from '@covalent/echarts/base';
import * as i0 from "@angular/core";
export interface ITdPieSeries extends ITdSeries {
legendHoverLink?: boolean;
hoverAnimation?: boolean;
hoverOffset?: number;
selectedMode?: boolean | string;
selectedOffset?: number;
clockwise?: boolean;
startAngle?: number;
minAngle?: number;
minShowLabelAngle?: number;
roseType?: boolean | string;
avoidLabelOverlap?: boolean;
stillShowZeroSum?: boolean;
cursor?: string;
labelLine?: ITdLabelLine;
Label?: ITdLabel;
itemStyle?: ITdItemStyle;
emphasis?: ITdEmphasis;
seriesLayoutBy?: TdSeriesLayoutBy;
datasetIndex?: number;
data?: any[];
markPoint?: ITdMarkPoint;
markLine?: ITdMarkLine;
markArea?: ITdMarkArea;
Zlevel?: 0;
z?: number;
center?: object;
radius?: number | string | any[];
silent?: boolean;
}
export declare class TdChartSeriesPieComponent extends TdSeriesDirective implements ITdPieSeries {
legendHoverLink?: boolean;
hoverAnimation?: boolean;
hoverOffset?: number;
selectedMode?: boolean | string;
selectedOffset?: number;
clockwise?: boolean;
startAngle?: number;
minAngle?: number;
minShowLabelAngle?: number;
roseType?: boolean | string;
avoidLabelOverlap?: boolean;
stillShowZeroSum?: boolean;
cursor?: string;
labelLine?: object;
label?: any;
itemStyle?: ITdItemStyle;
emphasis?: ITdEmphasis;
seriesLayoutBy?: TdSeriesLayoutBy;
datasetIndex?: number;
markPoint?: ITdMarkPoint;
markLine?: ITdMarkLine;
markArea?: ITdMarkArea;
zlevel?: number;
z?: number;
center?: object;
radius?: number | string | any[];
constructor(_optionsService: TdChartOptionsService);
getConfig(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesPieComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "legendHoverLink": "legendHoverLink"; "hoverAnimation": "hoverAnimation"; "hoverOffset": "hoverOffset"; "selectedMode": "selectedMode"; "selectedOffset": "selectedOffset"; "clockwise": "clockwise"; "startAngle": "startAngle"; "minAngle": "minAngle"; "minShowLabelAngle": "minShowLabelAngle"; "roseType": "roseType"; "avoidLabelOverlap": "avoidLabelOverlap"; "stillShowZeroSum": "stillShowZeroSum"; "cursor": "cursor"; "labelLine": "labelLine"; "label": "label"; "itemStyle": "itemStyle"; "emphasis": "emphasis"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "center": "center"; "radius": "radius"; }, {}, never, never, false, never>;
}