Hi,
I'm seeing what seems like an issue in the order of variables shown in bar chart labels.
If I set up a bar chart like:
select 'dbr.chart', 'bar', '';
select 'dbr.colstyle', 'b', '<*block*>[a]<*/*>';
SELECT a,b FROM table;
Then the bar chart shows ok, but the labels shown at the end of the bar have the values of [a] in the wrong order - they are reversed compared with the y axis labels.
Am I doing something wrong here or is this an issue?
Thanks, Justin.