grid width problem

I’m using gantt.config.grid_width = 400; for my gantt chart,
i tried gantt.config.grid_height = 400; but this code not function at all


How to make it look well (the scroll bar)?

Hello,
grid_width config seems works correctly in the demos. If the vertical scrollbar is displayed incorrectly in your app - please provide more details or give a link to the page

sorry, im doing this in localhost…

width problem solve after i configure width of div to display chart to 900px but the height problem still there.
Any ways to show more tasks? i already set the height of that div to 500px, it has a blank spot between the chart and scroll bar…

this is output:


try using this setting docs.dhtmlx.com/gantt/api__gantt … onfig.html

thank you