在sigma.js中显示边缘标签 [英] show edge label in sigma.js

查看:131
本文介绍了在sigma.js中显示边缘标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用sigInst.parseGexf('data / test.gexf')加载gexf文件。

I am trying to load a gexf file with sigInst.parseGexf('data/test.gexf').

要创建带标签的边缘,我有这条线在gexf文件中:

To create an edge with label I have this line in gexf file:

<edge label="test" id="7" source="14" target="18" type="directed"/>

但似乎sigma.js会忽略此标签字段。

but seems that sigma.js ignore this label field.

如何在图表中显示边缘标签。

How can I show edge labels in graph.

提前致谢。

推荐答案

主sigma.js库尚不可能。但是,我只是分叉了存储库并在github.com上添加了这个功能: https://github.com/ sam2themax / sigma.js

It's not yet possible with the main sigma.js library. However, I just forked the repository and added the capability on github.com here: https://github.com/sam2themax/sigma.js

要启用此新功能,请将 edgeLabels 设置为 true 在您的drawingProperties中。

To enable this new feature, set edgeLabels to true in your drawingProperties.

这篇关于在sigma.js中显示边缘标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆