FishEye 鱼眼放大镜

注意 ⚠️:从 graphin 2.6.0 版本开始,我们将该组件从@antv/graphin-components内置到@antv/graphin中,详情请参考发布文档

FishEye 鱼眼放大镜,是常见的一种图分析配套组件,用于查看局部细节,当图的节点和边很多的时候,很有效果。

⚠️:右键空白画布,打开鱼眼放大镜,点击键盘 ESC 键即可快捷关闭

API

属性名描述类型默认值
visible是否开启booleanfalse
optionsFishEye的配置项Partial<{ r: number; scaleRByWheel: boolean; minR: number; maxR: number; delegateStyle: { stroke: string; strokeOpacity: number; lineWidth: number; fillOpacity: number; fill: string; }; showLabel: boolean; }>{ r: 249,scaleRByWheel: true,minR: 100,maxR: 500 }
handleEscListener监听用户按下 ESC 键的回调函数() => void()=>{}