Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尝试一个网站,该网站将表示为与价格变化相关的图表。它将基于 wordpress 。换句话说,我将在 wordpress post meta 中保留价格列表,并且我想在前端显示为图表。
我想知道我应该使用 HTML5 画布来显示图形吗???. 用起来靠谱吗??还有关于学习曲线,因为我对图形数据完全陌生???。如果 HTML 不够可靠,还有其他方法可以使用它吗???
画布和 SVG 都适用于任何 wordpress 安装。
如果您对这些技术一无所知,那么图书馆可能是您入门的最佳选择。
例如,SVG 库Raphael使创建一些图形变得非常容易。看看他们的演示。