设置一周的起始天
// 一周从星期日开始 gantt.config.start_on_monday = false; gantt.init("gantt_here");
当此选项启用(true)时,一周从星期一开始。如果禁用,则一周从星期日开始。