jsgantt-improved
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -380,4 +380,4 @@ "use strict"; | ||
var WEEK_CELL_MARGIN_WIDTH = 3; // Cell margin for 'week' format | ||
var MONTH_CELL_MARGIN_WIDTH = 1; // Cell margin for 'month' format | ||
var QUARTER_CELL_MARGIN_WIDTH = 1; // Cell margin for 'quarter' format | ||
var MONTH_CELL_MARGIN_WIDTH = 3; // Cell margin for 'month' format | ||
var QUARTER_CELL_MARGIN_WIDTH = 3; // Cell margin for 'quarter' format | ||
var HOUR_CELL_MARGIN_WIDTH = 3; // Cell margin for 'hour' format | ||
@@ -384,0 +384,0 @@ var vMonthDaysArr = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); |
{ | ||
"name": "jsgantt-improved", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -985,7 +985,9 @@ import * as lang from './lang'; | ||
} | ||
if (!vSingleCell) { | ||
vTmpTBody.appendChild(vDateRow.cloneNode(true)); | ||
} else if (this.vFormat == 'day') { | ||
vTmpTBody.appendChild(vTmpRow.cloneNode(true)); | ||
} | ||
else if (this.vFormat == 'day') { | ||
vTmpTBody.appendChild(document.createElement('tr')); | ||
} | ||
@@ -992,0 +994,0 @@ |
@@ -386,4 +386,4 @@ | ||
const WEEK_CELL_MARGIN_WIDTH = 3; // Cell margin for 'week' format | ||
const MONTH_CELL_MARGIN_WIDTH = 1; // Cell margin for 'month' format | ||
const QUARTER_CELL_MARGIN_WIDTH = 1; // Cell margin for 'quarter' format | ||
const MONTH_CELL_MARGIN_WIDTH = 3; // Cell margin for 'month' format | ||
const QUARTER_CELL_MARGIN_WIDTH = 3; // Cell margin for 'quarter' format | ||
const HOUR_CELL_MARGIN_WIDTH = 3; // Cell margin for 'hour' format | ||
@@ -390,0 +390,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5140641
120676