自定义具有多个系列、轴和形状的图表
我有一个特殊要求,需要使用 JFreeChart
来创建具有多个系列、轴和形状的 TimeSeries
图表。我需要如下图所示的内容,其中图表之外有一条线显示平均温度。
谁能帮助我如何实现它?
I have a special requirement to use JFreeChart
for a TimeSeries
chart with multiple series, axes and shapes. I need something like the image below, where there is a line apart from the chart which shows average temp.
Can anyone help me how to achieve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
任何多轴图表都可以作为一个很好的起点,如图所示这里和java-web-start 演示。
Any of the Multiple Axis Charts would make a good starting point, as shown here and in the java-web-start demo.