Skip to content
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

可视化显示问题Visualization Problem #93

Open
dingzr2001 opened this issue May 6, 2024 · 1 comment
Open

可视化显示问题Visualization Problem #93

dingzr2001 opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dingzr2001
Copy link

当在可视化html文件夹下开启http服务时,未能正确显示图像与数据。经过分析,可能是由于可视化网页的js与html、css文件不在同一文件夹中,导致每次只能从根目录打开http服务进行可视化,再逐层通过浏览器操作,打开html文件,不太方便。
When opening an HTTP server in the folder where the visualization HTML file is located, the images and data are not displayed correctly. After analysis, it is possible that the issue is caused by the JavaScript file of the visualization webpage not being in the same folder as the HTML and CSS files. This results in the need to open the HTTP server from the root directory every time for visualization, which is not very convenient.

@jhj0411jhj jhj0411jhj added the enhancement New feature or request label May 6, 2024
@jhj0411jhj
Copy link
Member

Please try to open the HTML file directly instead of running an HTTP server (e.g., opening via PyCharm). We may update the file-locating logic in the future. Thanks for the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants