@zhouyy
2018-07-24T03:18:06.000000Z
字数 258
阅读 459
echart
data: json.nodes.map(function (node) {return {x: node.x,y: node.y,id: node.id,name: node.label,symbolSize: node.size,itemStyle: {normal: {color: node.color}}};}),edges: json.edges.map(function (edge) {return {source: edge.sourceID,target: edge.targetID};}),
