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.
我有个要求,
生成折线图,然后用户必须能够在图表上绘制自定义线并使用新添加的线保存图表。我更喜欢使用高图表或谷歌图表来生成图表,但我找不到在图表上绘制自定义线的解决方案。有什么办法可以满足我的要求吗?
Highcharts/Google 图表都生成 SVG 内容,因此如果您想在图表顶部绘图,则必须手动操作 SVG DOM - 我建议您使用Raphael进行自定义绘图。