Skip to content

Commit

Permalink
Reordered Statuses sample
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Aug 25, 2019
1 parent a62784b commit fc7e13e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions GanttChartHyperLibraryDemos/Demos/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ angular.module('Demos', [])
'TypeScript': ['index.html', 'app.css', 'app.ts']
}
},
{
component: 'GanttChartView', feature: 'Statuses', title: 'Status columns (including color indicator)', description: 'Shows how to add supplemental custom columns for showing task statuses, such as To do, In progress, Behind schedule, and Completed',
sourceCodeFiles: {
'JavaScript': ['index.html', 'app.css', 'app.js'],
'TypeScript': ['index.html', 'app.css', 'app.ts']
}
},
{
component: 'GanttChartView', feature: 'ReadOnlySettings', title: 'Read only, visibility, and other behavioral settings', description: 'Shows how you can set up read only, visibility, and other settings on the component and on specific items',
sourceCodeFiles: {
Expand Down Expand Up @@ -143,6 +136,13 @@ angular.module('Demos', [])
'TypeScript': ['index.html', 'app.css', 'app.ts']
}
},
{
component: 'GanttChartView', feature: 'Statuses', title: 'Status columns (including color indicator)', description: 'Shows how to add supplemental custom columns for showing task statuses, such as To do, In progress, Behind schedule, and Completed',
sourceCodeFiles: {
'JavaScript': ['index.html', 'app.css', 'app.js'],
'TypeScript': ['index.html', 'app.css', 'app.ts']
}
},
{
component: 'GanttChartView', feature: 'CriticalPath', title: 'Critical path (tasks that affect project finish)', description: 'Shows how you can determine and highlight critical tasks in your project (i.e. those that would affect the project finish date if their duration would increase)',
sourceCodeFiles: {
Expand Down

0 comments on commit fc7e13e

Please sign in to comment.