@visactor/vchart-types 2.0.23-alpha.3 → 2.0.23-alpha.4

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.
@@ -33,8 +33,11 @@ export declare class ScatterSeries<T extends IScatterSeriesSpec = IScatterSeries
33
33
  protected initTooltip(): void;
34
34
  viewDataStatisticsUpdate(d: DataView): void;
35
35
  initLabelMarkStyle(labelMark?: ILabelMark): void;
36
+ private _updateSymbolGraphicPosition;
37
+ private _ensureLabelGraphicPostMatrix;
36
38
  handleZoom(e: any): void;
37
39
  handlePan(e: any): void;
40
+ onLayoutEnd(): void;
38
41
  getDefaultShapeType(): string;
39
42
  getActiveMarks(): IMark[];
40
43
  }