The mind map format of graph.
import GGEditor, { Mind } from 'gg-editor';
<GGEditor>
<Mind />
</GGEditor>
Property | Description | Type | Default |
---|---|---|---|
data | The initial data. | object |
- |
graph | To configurate the graph. See more on G6 Graph API (Chinese). | object |
- |
shortcut | To set the shortcut key Built-in Commands. | object |
- |
Exmaple:
shortcut: {
zoomIn: true, // To turn on the zoom-in shortcut
zoomOut: false, // To turn off the zoom-out shortcut
}
See more on PageEvents.