Javascript-图形库
我想知道是否有人知道一个简单的 javascript 图形库,可以绘制点(5,-2)和(6,1)。我还希望能够在这两点之间画一条线。
我已经看过,但到目前为止找不到任何可以做到这一点的[易于使用]库。我将不胜感激任何帮助或图书馆链接。
谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答您的上一条评论,使用 Flot 创建和绘制一些基本点的方法是:
这里有更复杂图表的文档 http://people.iola.dk/olau/flot/API.txt 和 Web 项目页面(谷歌代码)
希望这可以帮助您,如果此站点中没有,您可以找到 javascript 绘图和图表库的列表
编辑
如果您想绘制一个点,我发现的最好方法是使用以下选项:
Answering to your last comment, the way to create and plot some basic points with Flot is:
Here you have the doc for more complex graphs http://people.iola.dk/olau/flot/API.txt and the web project page (google code)
Hope this could help you, if not in this site you can found a list of javascript plotting and charting libraries
Edit
If you want to plot a single point, the best way I've found is to use the options: