我们如何在网络vis.js中创建六边形

时间:2017-09-05 07:16:58

标签: javascript vis.js vis.js-network

我正在使用网络布局,我想以六边形形状显示节点,为此,我在lib / network / shapes.js中的代码片段中添加了以下内容

If x > y Then
  MsgBox z
End If

If x > y Then
  MsgBox x
  MsgBox y
  MsgBox z
End If

If x > y Then
  MsgBox x
Else
  MsgBox y
End If

If x > y Then
  MsgBox x
Else If x < y Then
  MsgBox y
Else
  MsgBox z
End If

我是否还需要更新vis.js文件?

1 个答案:

答案 0 :(得分:2)

这是答案https://github.com/almende/vis/pull/3420,它也合并在vis.js github中