Skip to content

Commit 3dfaadd

Browse files
committed
v2.8.6
1 parent f8ae78a commit 3dfaadd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ The following options take a single numeric parameter; a value of 1 will enable
308308
|_setAdditionalHeaders:_ |Set object with headers values for additional columns . ex : `{ category: { title: 'Category' }` }|
309309
|_setColumnOrder:_ |Set order of the columns that will be displayed, the default value is : `[ 'vShowRes','vShowDur','vShowComp','vShowStartDate','vShowEndDate','vShowPlanStartDate','vShowPlanEndDate','vShowCost','vAdditionalHeaders','vShowAddEntries']` }|
310310
|_setResources():_ |Set the list of possible resources, must be an array of objects, ex: `[{ id: 1, name: 'Mario' } , { id: 2, name: 'Henrique' }]`|
311+
|_setCustomLang():_ |Set custom language vars, ex: `{'january': 'My January text'}`|
311312
|_setTotalHeight():_ |Set component height as CSS height (e.g. "300px"). If set - the header is fixed and content is scrollable if needed. Otherwise component height is defined by content|
312313
|_setMinDate():_ |Set minimum date further than minimum task date. It doesn't trim any task if it starts before this minimum date, but can extend the chart to the left. This may be useful if you want to draw some custom elements on the chart or want to fix the time range regardless of the content|
313314
|_setMaxDate():_ |Similar to _setMinDate()_|

dist/jsgantt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ var nl = {
27012701
'planenddate': 'Geplande einddatum',
27022702
'cost': 'Kosten',
27032703
'moreinfo': 'Meer informatie',
2704-
'nodata': 'No tasks found',
2704+
'nodata': 'Geen taken gevonden',
27052705
'notes': 'Notities',
27062706
'january': 'januari',
27072707
'february': 'februari',

0 commit comments

Comments
 (0)