* [bug#58852,done,0.5h] Increase the height of the Gantt chart header.
This commit is contained in:
@@ -59,9 +59,9 @@ function drawGanttToCanvas(exportType, successCallback, errorCallback)
|
||||
let ganttDridWidth = $ganttDridData.width();
|
||||
let ganttAreaWidth = $ganttDataArea.length > 0 ? $ganttDataArea.width() : 0;
|
||||
|
||||
let ganttHeadHeight = 40;
|
||||
let ganttHeadHeight = 66;
|
||||
let ganttRowHeight = $ganttView.find('.gantt_row').first().height() || 25;
|
||||
let ganttHeight = ganttHeadHeight + (options['data'].length ? options['data'] .length : 0) * (ganttRowHeight + 3);
|
||||
let ganttHeight = ganttHeadHeight + (options['data'].length ? options['data'].length : 0) * (ganttRowHeight + 3);
|
||||
let ganttWidth = ganttDridWidth + ganttAreaWidth;
|
||||
|
||||
$ganttContainer.css(
|
||||
|
||||
Reference in New Issue
Block a user