I’m trying to use the gantt chart and I want to put as much information as possible on the screen. To achieve this I want to make the column widths as small as possible like this:
|01|02|03|04|05|06|07|
instead of:
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | …
I tried overriding the css for the gantt_table_cell and gantt_scale_cell but that gave me a totally misformed gantt chart.
Is there any easy way to achieve this?