Hi
I'd like to set the background of the linear meter to white instead of grey.
I've tried the following without luck:
select 'dbr.chart.options','chartdirector', '$c->setBackground(0xffffff);';
select 'dbr.chart.options','chartdirector', '$c->plotarea.setBackground(0xffffff);'; -- throws a PHP error
select 'dbr.chart.options','background_color','#ffffff';
select 'dbr.chart.options','bgColor','#ffffff';
Thanks for your help
Jake