UNPKG

d3-stencil

Version:

Charts built with D3 and Stencil. Framework-agnostic, simple.

11 lines (10 loc) 320 B
import { Selection } from 'd3-selection'; export declare class TooltipChart { align: string; tooltipEl: HTMLElement; _tooltip: Selection<any, any, any, any>; tooltip(tooltip: any): Promise<any>; show(message: string, positions: number[]): Promise<any>; hide(): Promise<any>; render(): any; }