help wanted
Repository metrics
- Stars
- (960 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
不定期整理到文档中: https://github.com/antvis/G6VP/blob/master/docs/trouble-shooting.md
Q:导出 HTML 为什么图标没有显示?
A:因为 资产在font的地址是 ://xxx.font.js 如果是直接点击文件打开html,地址就会是file,存在找不到资源,建议本地使用文件服务器托管起来访问,比如 live server
Q:windows 环境下如何安装依赖 A:建议根据这个issue提示进行安装:https://github.com/antvis/G6VP/issues/44#issuecomment-1341901665 后续我们会合并PR:https://github.com/antvis/G6VP/pull/271 解决这个问题