UNPKG

gg-editor

Version:

A visual graph editor based on G6 and React

27 lines (19 loc) 691 B
# Minimap 缩略图 ## 使用说明 不指定宽高的情况下则自动适应容器尺寸 ```jsx import GGEditor, { Flow, Minimap } from 'gg-editor'; <GGEditor> <Flow /> <Minimap width={200} height={200} /> </GGEditor> ``` ## API | 属性 | 说明 | 类型 | 默认值 | | :--- | :--- | :--- | :--- | | container | 容器 id | `string` | - | | width | 宽度 | `number` | - | | height | 高度 | `number` | - | | viewportWindowStyle | 视窗样式,参考 [G 绘图属性](https://antv.alipay.com/zh-cn/g2/3.x/api/graphic.html) | `object` | - | | viewportBackStyle | 背景样式,参考 [G 绘图属性](https://antv.alipay.com/zh-cn/g2/3.x/api/graphic.html) | `object` | - |