Let's say I have two x,y stream I would like to plot:
BAR plot:
x | y
50 | 10
10 | 1
20 | 2
LINE plot:
x1 | y1
0.1 | 1
0.2 | 1
0.3 | 1
0.4 | 1
0.5 | 1
As you can see x-coordinates for two series are of different densities.
Is it possible to have multiple independent x-axes in BIRT Charts that superpose on top of each other when plotting multiple datasets?