带注释的时间轴图表 Google 可视化
我正在尝试使用带注释的 Google 图表时间线创建股票图表。 http://code.google.com/apis/visualization/documentation/gallery /annotatedtimeline.html
我每天都有 9 点到 5 点的数据,但请注意,图表涵盖了 24 小时的时间段。有没有办法将每天的时间范围从 24 小时更改为 9-5?
I'm trying to create a stock chart using the Annotated Google Chart Timeline. http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html
I have data from 9-5 every day, but notice that the chart covers a 24 hr period. Is there a way to change the day to day timeframe from 24hr to 9-5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 x 轴无论如何都是日期,为什么它到达的时间很重要?就不能直接作为脚注吗?或者你在x轴上显示小时?
您能否发布代码示例,以便我们在以下位置查看:
http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line
谢谢
If the x axis is date anyways, why does it matter what hour it arrives? Couldn't you just put it as a footnote? Or are you displaying the hour on the x axis?
Could you post a sample of your code so we can look at it in:
http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line
Thx