注意 ⚠️:从 graphin 2.6.0 版本开始,我们将该组件从
@antv/graphin-components
内置到@antv/graphin
中,详情请参考发布文档
FishEye 鱼眼放大镜,是常见的一种图分析配套组件,用于查看局部细节,当图的节点和边很多的时候,很有效果。
⚠️:右键空白画布,打开鱼眼放大镜,点击键盘 ESC 键即可快捷关闭
属性名 | 描述 | 类型 | 默认值 |
---|---|---|---|
visible | 是否开启 | boolean | false |
options | FishEye的配置项 | 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 | ()=>{} |