G6VP icon indicating copy to clipboard operation
G6VP copied to clipboard

G6VP is an online visual analysis tool for graphs and a low-code platform for building graph applications.

Results 76 G6VP issues
Sort by recently updated
recently updated
newest added

目前布局方法依赖左侧的布局切换方法。 ![image](https://user-images.githubusercontent.com/76591446/178092246-247fdd82-7600-4e45-b535-aa4c494108e8.png) 希望将布局方法切换抽象为一个组件 这样可以在某个容器(例如“操作栏”)中加入这个组件,从而让构建的项目可以进行基本的布局切换。 建议 1、如果不在项目中暴露布局算法参数的话可以直接给出简单的切换交互组件 ![image](https://user-images.githubusercontent.com/76591446/178092347-216c423b-99d2-4bf7-a370-116c58e3b108.png) 2、如果在项目中暴露布局算法参数的话可以参照图计算在侧边栏的方式 ![image](https://user-images.githubusercontent.com/76591446/178092428-f99eaa79-0ee2-46d1-b7ca-c4c02745e3e7.png)

enhancement

筛选器中目前对于离散数据的统计与展示是饼图 ![image](https://user-images.githubusercontent.com/76591446/178095410-acb969be-cb2b-4413-aaa4-0b29609b992a.png) 建议 1、直接替换为条形图 饼图在展示类别数据中10个以上就不太友好 条形图可以展示更多类别,并且可以通过展开更多进行加载 ![image](https://user-images.githubusercontent.com/76591446/178095466-91e080b6-2e1b-4fa5-a2ff-a4a9f6851747.png) 2、或者支持可以切换为条形图。 在这里增加切换菜单,可以切换不同图表 ![image](https://user-images.githubusercontent.com/76591446/178095525-fa9ee6de-e93f-4d51-a150-15d4ae18b032.png)

enhancement

这个想法理念太棒了,期待开放源代码

question

您好,请问如何将CodeSandBox中导出的代码引入到react项目中 目前npm包还没有上线? 我在react项目中引入了cdn,但是报错找不到GISDK

documentation

请问一下什么字段格式可以用于构建时间字段,不管是时间戳值还是2020-01-01T06:30:00这样的格式都会卡死,偶尔成功设置时间线控制器一直鬼畜般变大且无法控制,请给个具体的格式,十分感谢

您好,我在G6VP网站导出的ESM源码,我添加了index.html文件,本地运行之后发现,前端所有的组件全部摊开展示,而且很多交互是无效的。index.html文件的内容为: Hello, I exported the ESM source code from the G6VP website, and after adding an index.html file and running it locally, I found that all frontend components are displayed...

Hello, I recently discovered the G6VP treasure website, and it's truly amazing. However, I encountered an issue when trying to run the exported ESM source code. Could you please help...

gi-cli生成的第三方资产样例不能正常使用,缺少antd的样式,需要手动导入才能正常使用

Hello, I have optimization suggestions based on my usage experience. Regarding the display of edge information, currently, the website only has the functionality of node information tooltips. However, considering the...