@visactor/vchart-types 2.0.8-alpha.1 → 2.0.8-alpha.3
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.
|
@@ -12,7 +12,6 @@ export declare class ChartResizeZoomPlugin extends BasePlugin<IChartPluginServic
|
|
|
12
12
|
protected _maxZoom?: number;
|
|
13
13
|
protected _zoom: number;
|
|
14
14
|
protected _rate?: number;
|
|
15
|
-
protected _beforeWheel?: (e: WheelEvent) => boolean;
|
|
16
15
|
constructor();
|
|
17
16
|
onAfterInitChart(service: IChartPluginService, chartSpec: any): void;
|
|
18
17
|
protected _onWheel: (e: WheelEvent) => void;
|