I've got a pie chart with the side label option on where the labels "run into" the title. I'd like to prevent that since it makes the chart look sloppy.
I'm using the following options on this chart if it makes any difference:
SELECT 'dbr.chart.options','imagechart';
SELECT 'dbr.chart.options','chartdirector','$c->setLabelLayout("SideLayout");';
SELECT 'dbr.chart.options','chartdirector', '$c->setLabelFormat("");';
Thanks,
-nth-