@visactor/vchart-types 1.9.4-alpha.3 → 1.9.4-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.
|
@@ -98,11 +98,11 @@ export declare abstract class CartesianAxis<T extends ICartesianAxisCommonSpec =
|
|
|
98
98
|
};
|
|
99
99
|
_transformLayoutRect: (result: ILayoutRect) => ILayoutRect;
|
|
100
100
|
getBoundsInRect(rect: ILayoutRect): IBoundsLike;
|
|
101
|
+
updateLayoutAttribute(): void;
|
|
101
102
|
private _getTitleLimit;
|
|
102
103
|
private _getUpdateAttribute;
|
|
103
104
|
protected getLabelItems(length: number): any[];
|
|
104
105
|
protected initEvent(): void;
|
|
105
|
-
protected _updateAxisLayout: () => void;
|
|
106
106
|
protected _getNormalizedValue(values: any[], length: number): number;
|
|
107
107
|
private _fixAxisOnZero;
|
|
108
108
|
protected _layoutCacheProcessing(rect: ILayoutRect): ILayoutRect;
|