UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

8 lines (7 loc) 261 B
import HtmlTooltip from '@antv/component/lib/tooltip/html'; import { TooltipCfg } from '@antv/component/lib/tooltip/interface'; export default class WordCloudTooltips extends HtmlTooltip { constructor(cfg: TooltipCfg); show(): void; hide(): void; }