-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问可以自定义边的样式吗 #75
Comments
Yes, please refer to https://github.com/grapheco/InteractiveGraph#theme |
感谢你的及时回答,现在我想在这个项目的基础上扩展一些功能,需要从neo4j中查询一些数据展现在前端,由于我刚接触这个领域,请问可以大概说说我从哪里去添加代码吗 |
If you need query data from neo4j, you can use https://github.com/grapheco/InteractiveGraph-neo4j. |
You can read this blog post: https://www.jianshu.com/p/4c0f798e16b7 |
事实上我就是看的这篇博客找到的这个项目,比如我想要获取到包含所有节点name的值的列表,我应该怎么操作呢 |
你好,我还想问一下,当我导入bootstarp框架的css和js文件时,控件的图片会发生位移,这是为什么呢 |
Maybe the bootstrap style is overriding the original style. |
我发现MainFrame中并没有loadGson的接口,取而代之的是loadGraph,我并没有看懂您在api文档中缩写的loadGraph的用法,请问如果使用MainFrame时如何加载json文件中的数据呢 |
你好,感谢分享这么优秀的知识图谱可视化项目,但是在导入自己的数据时,边往往颜色很淡,请问有方法可以自定义边的样式吗
The text was updated successfully, but these errors were encountered: