Open
Description
Hi folks!
I'm trying to use the JQuery.Gantt with some basic functionality in a project. In my case, I just need the scale fixed on Weeks. That's easy.
But I was wondering how can I make the chart render with 100% width without having any task/operation over the year.
The chart render according the tasks date range, but I need to make it render all width long (inside my parent div) even without any task loaded.
I've tried to make this with CSS but no success. I was taking a look into .js and tried some modifications but it mess out everything.
Does anyone know how can I make this work?