阿里基于G6和React打造的开源可视化图形编辑器——GGEditor( 二 )

流程图import GGEditor, { Flow } from 'gg-editor';

const data = http://www.veick.cn/news/{

nodes: [{

type: 'node',

size: '70*70',

shape: 'flow-circle',

color: '#FA8C16',

label: '起止节点',

x: 55,

y: 55,

id: 'ea1184e8',

index: 0,

}, {

type: 'node',

size: '70*70',

shape: 'flow-circle',

color: '#FA8C16',

label: '结束节点',

x: 55,

推荐阅读