@visactor/vchart-types 1.13.21-alpha.4 → 1.13.21-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.
|
@@ -10,7 +10,9 @@ export declare class ScrollPlugin extends BasePlugin implements IScrollPlugin {
|
|
|
10
10
|
private _service;
|
|
11
11
|
private _spec;
|
|
12
12
|
private _lastScrollX;
|
|
13
|
+
get lastScrollX(): number;
|
|
13
14
|
private _lastScrollY;
|
|
15
|
+
get lastScrollY(): number;
|
|
14
16
|
private _scrollLimit;
|
|
15
17
|
private _xScrollComponent;
|
|
16
18
|
private _yScrollComponent;
|