F6 icon indicating copy to clipboard operation
F6 copied to clipboard

F6 is a graph visualization engine which provides quick and smooth operations on mobile devices.

Results 56 F6 issues
Sort by recently updated
recently updated
newest added

现在G6有这个层级设置,f6小程序没法设置,后台和小程序显示不一样,很不方便

非小程序的移动端(pad),想要使用F6或者g6来构建关系图谱,请问要怎么获取到对应的div元素?或者怎么渲染?可以给个示例吗?

在微信版本8.0.37之后的版本(ios端和安卓端小程序),使用 antv f6,画布里面的区域响应 touchstart touchmove touchend 之后,没有把事件冒泡到外面的父元素组件去,导致滑不动页面,想问一下这个情况应该怎么解决,有没有思路可以提供一下,谢谢~

const model1 = { id: nodeid, labelCfg: { position: e.detail.value, // 类型为top center 和bottom }, }; const node1 = this.graph.findById(nodeid); node1.update(model1); 依次切换top、center 和bottom三种位置,有时候top文本不显示 有时候bottom文本不显示 有时候center文本不显示。 还有时候文本会出现在circle节点里面,但又不是center的位置。 就是出现问题也没有啥规律。 请教如何解决??谢谢!! 下图是切换居中时显示: ![image](https://github.com/antvis/F6/assets/16623075/9485d882-23ca-4c80-b488-66b6ed854a97)