在图表中画线
我需要在图表上画一条线,如下链接:http://astro. unl.edu/naap/hr/animations/hrExplorer.html(该行为“红色”)。
查看我的代码: http://jsfiddle.net/tmDpZ/20/
但我不知道如何在图表中绘制红色线。
你能帮助我吗?
I need to draw a line on the chart as this link: http://astro.unl.edu/naap/hr/animations/hrExplorer.html (the line is in "red").
See my code: http://jsfiddle.net/tmDpZ/20/
But I do not know how to draw the line in red in the chart.
Can you help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您只是在调用plot() 时缺少 data1 的颜色选项
I believe you are simply missing a color option for data1 in your call to plot()