Note⚠️: Starting from graphin version 2.6.0, we have built this component from
@antv/graphin-components
into@antv/graphin
, please refer to [release documentation](https://www.yuque .com/antv/gi/gstoyh)
FishEye Magnifier, a common graph analysis companion component is used to enlarge local details and is very useful when the graph has many nodes and edges.
Name | Description | Type | Default |
---|---|---|---|
visible | -- | boolean | false |
options | -- | 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 | -- | () => void | ()=>{} |