Disable the time scale

Hi,

I was using gantt.config.date_scale="" in order to make the time scale to disappear for my gantt chart.

This is not working anymore in 2.1.1. Has this change in the latest version?

Regards,

We’ll check the issue.
If you want remove scale columns, probably the easiest way would be doing it with css:.gantt_scale_line{ display: none; }

Great!!! That solved my problem