UNPKG

reaviz

Version:

Data Visualization using React

11 lines (10 loc) 325 B
import { ChartDataTypes, ChartInternalShallowDataShape } from '../data'; export interface TooltipAreaEvent { visible: boolean; nativeEvent: any; value?: ChartDataTypes | Array<ChartDataTypes | ChartInternalShallowDataShape>; pointY?: number; pointX?: number; offsetX?: number; offsetY?: number; }