image.pngimage.pngimage.pngimage.png

使用

  1. import { Tooltip } from '@antv/GUI';

配置

x number
y number
title string
position ‘top’ | ‘right’ | ‘bottom’ | ‘left’ | ‘top-left’ | ‘top-right’ | ‘bottom-left’ | ‘bottom-right’
offset [number, number] 鼠标距tooltip的偏移量
autoPosition boolean true 是否自动调整tooltip位置,需要指定外部容器宽高和起点
throttleFrequency number 节流频率
sortBy (item: TooltipItem) => any; 排序
filterBy (item: TooltipItem) => boolean; 过滤
containerBounds 父容器信息
x number
y number
width number
height number
items TooltipItem[] [] 数据项
template 模版
container string
title string
item string
customContent string | HTMLElement | (items: TooltipItem[]) => string | HTMLELement
style {selector: {styleName: styleValue } } css样式

TooltipItem

name string
value string | number
color string marker的颜色
index number
keys any