@visactor/vchart-types 2.0.11-alpha.0 → 2.0.11-alpha.1

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.
@@ -57,7 +57,8 @@ export declare class Tooltip extends BaseComponent<any> implements ITooltip {
57
57
  protected _handleChartMouseOut: (params?: BaseEventParams) => void;
58
58
  protected _getMouseMoveHandler: (isClick: boolean) => (params: BaseEventParams) => void;
59
59
  protected _handleChartMouseMove: (params: BaseEventParams, isClick: boolean) => void;
60
- protected _showTooltipByMouseEvent: (activeType: TooltipActiveType, mouseEventData: TotalMouseEventData, params: BaseEventParams, isClick: boolean, useCache?: boolean) => boolean;
60
+ protected _showContentByEvent(activeType: TooltipActiveType): boolean;
61
+ protected _showTooltipByMouseEvent: (activeType: TooltipActiveType, mouseEventData: TotalMouseEventData, params: BaseEventParams, isClick: boolean, useCache?: boolean) => boolean | 'unShowByOption';
61
62
  protected _getMouseEventData: (params: BaseEventParams) => TotalMouseEventData;
62
63
  protected _hideTooltipByHandler: (params: TooltipHandlerParams) => TooltipResult;
63
64
  reInit(spec?: any): void;