@visactor/vchart-types 2.0.20-alpha.3 → 2.0.20-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,6 @@ export declare class BasePieSeries<T extends IBasePieSeriesSpec> extends PolarSe
27
27
  protected _emptyArcMark: IArcMark | null;
28
28
  protected _showAllZero: boolean;
29
29
  protected _supportNegative: boolean;
30
- protected _pendingViewDataLabelUpdate: boolean;
31
30
  protected _buildMarkAttributeContext(): void;
32
31
  setAttrFromSpec(): void;
33
32
  initData(): void;
@@ -51,7 +50,6 @@ export declare class BasePieSeries<T extends IBasePieSeriesSpec> extends PolarSe
51
50
  getDimensionField(): string[];
52
51
  getMeasureField(): string[];
53
52
  private viewDataLabelUpdate;
54
- private flushViewDataLabelUpdate;
55
53
  protected generateRadiusStyle(spec: any): any;
56
54
  computeCenter(datum: Datum): IPoint;
57
55
  getRadius(state?: StateValueType): number;