什么类型的图表最适合显示这些数据?
编辑: 我的意思不是指如何实施它。我的意思是我不喜欢日期与条形图的显示方式。还有什么其他类型的图表更合适。我知道螺纹保持线不起作用,因为每天的容量值都不同。如果它们都相同,则指示容量的螺纹线将起作用
EDIT:
I don't mean in terms of how to implement it. i mean i dont like how the date is displayed with the bars. what other type of chart would be more suitable. I know a threadhold line wouldnt work beacause the values of the capacity are different for each day. if they were all the same a threadhold line indicating capacity would work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为折线图是显示数据的绝佳方式。
我使用 图表向导。 链接:这里。我使用了您上面提供的数据,因此除非我输入错误,否则它应该是准确的。
在图表向导中,如果您想清理图表、添加坐标轴等,可以使用上面提供的链接导入该图表。
I think a line graph would be an excellent way to show the data.
I made that using the chart wizard. Link: here. I used the data you provided above, so it should be accurate unless I mistyped.
On the chart wizard, you can import this chart using the link I gave you above if you want to clean it up, add axes, etc.
最好的方法是不可能回答的,具体取决于太多的事情,因为您几乎没有澄清问题中的任何内容。
无论如何,Google 的图表 API 将会“简单” 方法来做到这一点。
祝你好运,我会在你的问题中进一步澄清,我会尽力更具体并改进我的答案!
它可以很容易地做到这一点:
请参见此处。
The best way is impossible to answer, depends on too many things specially since you didn't clarify almost anything in you question.
Anyway, Google's chart API would be ans "easy" way to do this.
Good luck, I you clarify further in your question, I'll try to be more specific and improve my answer!
It can do this quite easily:
See here.