Hi,
for a very long time I have a problem with bar charts. I always worked around it but now I'm sick of it and looking for a better solution.
The category bar chart I have has one domain axis and 2 range axis. There are two datasets, each with several series of data. Each dataset is mapped to one range axis.
As long as both datasets have the same categories in the same sort order, everthing is relatively fine. The bars are where they belong (but they overlap each other wich is not nice). But if in the second dataset, categories are missing or in another order, the bars don't correlate with the domain axis (and the bars of the first dataset). I tried to explicitly map the second dataset to the domain axis but it didn't help.
Any ideas how to fix this? I worked around that inserting dummy data into the second dataset but that stinks.
