The left three lines of data: 0.9,2450,0.4867 in the Y-axis is shown in proportion. Right three lines (the other two data is too small to show up), how to do the left?
Asked
Active
Viewed 206 times
1 Answers
1
I see several alternatives:
Condition your data to show relative change, as is done in the chart on the left.
Add a second axis to show the larger dynamic range, as is done in
DualAxisDemo2
.Enable the zoom feature in
ChartPanel
, as suggested in this example.