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.
所以我需要创建一个基本上看起来像上升折线图的图形。x 轴是时间,y 轴是用户已解锁的成就。显示的每个成就都将比前一个成就高出一个指定的高度,并在 x 轴上保持一定的距离,具体取决于它们的解锁时间。
实现这一目标的最佳方法是什么?
您可以使用HighCharts。或者,Raphaël寻求更强大的解决方案。这些库使用 SVG 工作。
这里有一个使用 HighCharts 的例子。
您可以访问此站点以获取图表等画布教程。
画布教程