Hi there,
I am having an issue formatting the values shown using the "showvalues" option.
Using the dbr.colstyle option, I can format the values using printf parameters, but I can't seem to use css at all. I have tried using css on it's own and also using the dbr.colclass option, but none of these seem to work.
I would be very grateful for any help identifying where I've made a mistake in my code/use of the options or if this is not supported in MyDBR.
Some demo code that produces this issue is:
select 'dbr.chart', 'Column', 'Test Labels';
select 'dbr.chart.options', 'showvalues', 'total';
select 'dbr.colstyle', 'b', '[color:red]US$%.1fm';
SELECT "1" AS `a`,
"2" AS `b`;
Thanks in advance for any help.
Justin