@visactor/vchart-types 1.12.12-alpha.1 → 1.12.13

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.
@@ -25,6 +25,7 @@ export declare class Tooltip extends BaseComponent<any> implements ITooltip {
25
25
  private _showTimer?;
26
26
  private _needInitEventOfTooltip?;
27
27
  private _enterable;
28
+ private _isReleased;
28
29
  protected _spec: ITooltipSpec;
29
30
  tooltipHandler?: ITooltipHandler;
30
31
  processor: ITooltipActiveTypeAsKeys<MarkTooltipProcessor, DimensionTooltipProcessor, GroupTooltipProcessor>;
@@ -22,6 +22,8 @@ export declare class AreaSeries<T extends IAreaSeriesSpec = IAreaSeriesSpec> ext
22
22
  initMarkStyle(): void;
23
23
  initAreaMarkStyle(): void;
24
24
  initAnimation(): void;
25
+ protected _isAreaVisible(): boolean;
26
+ protected _isLineVisible(): boolean;
25
27
  protected initTooltip(): void;
26
28
  viewDataStatisticsUpdate(d: DataView): void;
27
29
  compile(): void;