Gantt chart bar height (y axis) sizing

(2 posts) (2 voices)
  1. situ, Member

    Is there any way I can control the height of the coloured bar in the chart?

    In relation to the baseline bar height, it is way out of proportion.

    I have an auto y scale and do not want to have to run another query to identify the number of rows in the results in order to set the y size in order to get some sensible height of the gantt bar.

    I would like to make the gantt bar 3 time the height of the baseline bar so the that the baseline bar sits nicely central in the gantt bar.

    Sizing seems to be related to the x dimension. If you keep the gantt chart nice and square the proportions look nice. When you have many gantt lines, in other words a lot of records it looks odd.

    Any thought on how to tackle this?

    (I think I previously had this is the wrong area as a feature request)

  2. myDBR Team, Key Master

    For now you can set it via ChartDirector native command:
    select 'dbr.chart.options','chartdirector', '$layer->setDataWidth(25);';

    Upcoming 3.9 version will have an 'gantt.label.height' option.

    --
    myDBR Team


Reply

You must log in to post.