PHP 和 JS 来管理和绘制图表

发布于 2024-12-19 20:36:07 字数 140 浏览 2 评论 0原文

我有一个项目来绘制工作表上确定的不同元素之间的关系。 当用户完成计划制定后,可以将其导出到包含链接的 txt 文件。 有点像 MS Visio,但只有三四个元素可拖动。

有人知道这个使用网络语言(php、js)的项目吗?

先感谢您。

I have a project to draw relationships between different elements determined on a sheet.
When the user has finished making the plan, it can export it to a txt file that contains the links.
A bit like MS Visio but with only three or four elements draguable.

Does anyone have an idea of ​​this project using web languages ​​(php, js) ?

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟─花易冷 2024-12-26 20:36:07

我不太确定你的问题,但如果你想使用 php 变量和 javascript 绘制图表,那么 html5 canvas 可能是你在设计和实现方面的最佳选择。

唯一的缺点是它仅支持 JavaScript,并且用户必须拥有支持 Canvas 的浏览器。

I am not so sure of your question but if you want to draw graphs using php variables with javascript, then the html5 canvas is probably your best bet in terms or proffessionality with design and implementation.

Only downside is it is javascript only, and the user must have a browser that supports canvas.

花开浅夏 2024-12-26 20:36:07

看看Raphael,你可以让你的用户画任何你想要的东西,将结构导出为JSON,例如,并用您想要的任何语言处理它

看看这个 Raphael 示例 以查看互连图

Take a look at Raphael, you can make your users draw anything you want, export the structure as JSON,for example, and treat it with any language you want

Take a look at this Raphael example to see an interconnected graph

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文