Force multiple y-axes to share the same scale
Hi all, I'm new to BIRT and to the community as well, so please bear with me as I struggle to figure this out.
I'm designing a cost and volume report with multiple charts, and they come from a central file with actual cost and volume, as well as the budgeted costs for the month.
So they are roughly in the form of
Month,Budgeted_Server,CPU_Hours_Server,Actual_Costs_Server,Budgeted_Email,...
1/12,500000,213,492099,10000,
2/12,500000,202,487000,10000,
so on, and so forth.
I have a number of charts made with, for example, the server costs for the ongoing year. I make a stacked bar chart with a secondary axis because I have several different types of servers and I have to add them up to compare it against the budget. I have x-axis to be the month, and set y-axis 1 to be sum of costs for all my different servers, and set y-axis 2 to be my projected budget.
Everything seems to go well until the actual chart rendering, the budget seems to be a lot lower than it's supposed to be, and further investigation shows that the two axes are not scaled the same. I have to go in and manually change the scale for both axes to the same minimum and maximum numbers for the graph to display accurately. However I'm always fearful of when a month comes and an abnormally high or low figure comes in, then I'll have to change the scales again.
Is there a setting that forces the two y-axes to have the same scale? A script would be fine as well, though I have little experience with scripting in BIRT so I may need a more in-depth walkthrough of that.
Thanks, appreciate it!