antvis/G6VP

常见问题

Open

#332 opened on Jun 5, 2023

 (0 comments) (0 reactions) (0 assignees)TypeScript (120 forks)auto 404
help wanted

Repository metrics

Stars
 (960 stars)
PR merge metrics
 (PR metrics pending)

Description

不定期整理到文档中: https://github.com/antvis/G6VP/blob/master/docs/trouble-shooting.md

Q:导出 HTML 为什么图标没有显示? A:因为 资产在font的地址是 ://xxx.font.js 如果是直接点击文件打开html,地址就会是file,存在找不到资源,建议本地使用文件服务器托管起来访问,比如 live server image

Q:windows 环境下如何安装依赖 A:建议根据这个issue提示进行安装:https://github.com/antvis/G6VP/issues/44#issuecomment-1341901665 后续我们会合并PR:https://github.com/antvis/G6VP/pull/271 解决这个问题

Contributor guide