提交 1d6e9d89 编写于 作者: S sushuang

Fix some incorrect modification of graph.

上级 719a2f63
......@@ -6,7 +6,7 @@ import createDimensions from '../../data/helper/createDimensions';
import CoordinateSystem from '../../CoordinateSystem';
import createListFromArray from './createListFromArray';
export default function (edges, nodes, seriesModel, directed, beforeLink) {
export default function (nodes, edges, seriesModel, directed, beforeLink) {
// ??? TODO
// support dataset?
var graph = new Graph(directed);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册