InteractiveGraph icon indicating copy to clipboard operation
InteractiveGraph copied to clipboard

请问可以自定义边的样式吗

Open SeXyTeA-x opened this issue 2 years ago • 8 comments

你好,感谢分享这么优秀的知识图谱可视化项目,但是在导入自己的数据时,边往往颜色很淡,请问有方法可以自定义边的样式吗

SeXyTeA-x avatar Mar 22 '23 09:03 SeXyTeA-x

Yes, please refer to https://github.com/grapheco/InteractiveGraph#theme

HC-teemo avatar Mar 22 '23 09:03 HC-teemo

感谢你的及时回答,现在我想在这个项目的基础上扩展一些功能,需要从neo4j中查询一些数据展现在前端,由于我刚接触这个领域,请问可以大概说说我从哪里去添加代码吗

SeXyTeA-x avatar Mar 24 '23 08:03 SeXyTeA-x

If you need query data from neo4j, you can use https://github.com/grapheco/InteractiveGraph-neo4j.

HC-teemo avatar Mar 24 '23 08:03 HC-teemo

You can read this blog post: https://www.jianshu.com/p/4c0f798e16b7

HC-teemo avatar Mar 24 '23 08:03 HC-teemo

事实上我就是看的这篇博客找到的这个项目,比如我想要获取到包含所有节点name的值的列表,我应该怎么操作呢

SeXyTeA-x avatar Mar 24 '23 10:03 SeXyTeA-x

你好,我还想问一下,当我导入bootstarp框架的css和js文件时,控件的图片会发生位移,这是为什么呢

SeXyTeA-x avatar Mar 29 '23 10:03 SeXyTeA-x

Maybe the bootstrap style is overriding the original style.

HC-teemo avatar Mar 29 '23 11:03 HC-teemo

我发现MainFrame中并没有loadGson的接口,取而代之的是loadGraph,我并没有看懂您在api文档中缩写的loadGraph的用法,请问如果使用MainFrame时如何加载json文件中的数据呢

SeXyTeA-x avatar Mar 30 '23 09:03 SeXyTeA-x