Pie chart side labels overlap title

(2 posts) (2 voices)

Tags:

  1. -nth-, Member

    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-

  2. myDBR Team, Key Master

    Hi,
    very crowded pie charts may sometimes need some tweaking. If you are using setLabelLayout, you can also specify the top margin with the 3rd parameter (2nd being left/right):

    SELECT 'dbr.chart.options','chartdirector','$c->setLabelLayout("SideLayout",-1, 20);';

    --
    myDBR Team


Reply

You must log in to post.