jsgantt-improved
Advanced tools
Comparing version 2.1.8 to 2.1.9
@@ -476,3 +476,3 @@ "use strict"; | ||
vTmpDiv = this_1.newNode(vTmpCell, 'div', null, null, text); | ||
var callback = function (task, e) { return task.setDur(e.target.value); }; | ||
var callback = function (task, e) { return task.setDuration(e.target.value); }; | ||
events_1.addListenerInputCell(vTmpCell, this_1.vEventsChange, callback, this_1.vTaskList[i_1], 'dur', this_1.Draw.bind(this_1)); | ||
@@ -479,0 +479,0 @@ events_1.addListenerClickCell(vTmpCell, this_1.vEvents, this_1.vTaskList[i_1], 'dur'); |
@@ -86,3 +86,3 @@ [ | ||
"pMile": 0, | ||
"pRes": "Mario", | ||
"pRes": "Mario John Silva", | ||
"pComp": 60, | ||
@@ -89,0 +89,0 @@ "pGroup": 0, |
@@ -503,1 +503,19 @@ | ||
``` | ||
## Troubleshooting | ||
* My grid has a few/lot of columns and i want to resize the space for the chart and data | ||
You can change the CSS and choose the size: | ||
```css | ||
.gmainright{ | ||
width: 75%; | ||
} | ||
.gmainleft{ | ||
width: 25%; | ||
} | ||
``` | ||
Reference: https://github.com/jsGanttImproved/jsgantt-improved/issues/157 |
{ | ||
"name": "jsgantt-improved", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -480,3 +480,3 @@ import * as lang from './lang'; | ||
vTmpDiv = this.newNode(vTmpCell, 'div', null, null, text); | ||
const callback = (task, e) => task.setDur(e.target.value); | ||
const callback = (task, e) => task.setDuration(e.target.value); | ||
addListenerInputCell(vTmpCell, this.vEventsChange, callback, this.vTaskList[i], 'dur', this.Draw.bind(this)); | ||
@@ -483,0 +483,0 @@ addListenerClickCell(vTmpCell, this.vEvents, this.vTaskList[i], 'dur'); |
Sorry, the diff of this file is not supported yet
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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
4894661
113471