@visactor/vchart-types 2.0.23-alpha.1 → 2.0.23-alpha.2
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,6 +33,8 @@ 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;
|
|
38
40
|
getDefaultShapeType(): string;
|