Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
左边三行数据:Y轴上的0.9,2450,0.4867按比例显示。右边三行(另外两个数据太小显示不出来),左边怎么办?
我看到了几种选择:
调整您的数据以显示相对变化,如左侧图表中所做的那样。
添加第二个轴以显示更大的动态范围,如DualAxisDemo2.
DualAxisDemo2
启用放大功能,如本例ChartPanel中所建议的那样。
ChartPanel