From fc7e13e6263c4f75045190ec126b1ff6eeff6f75 Mon Sep 17 00:00:00 2001 From: DlhSoft Team Date: Sun, 25 Aug 2019 10:48:26 +0300 Subject: [PATCH] Reordered Statuses sample --- GanttChartHyperLibraryDemos/Demos/app.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/GanttChartHyperLibraryDemos/Demos/app.ts b/GanttChartHyperLibraryDemos/Demos/app.ts index da7d72521..88dab8d8e 100644 --- a/GanttChartHyperLibraryDemos/Demos/app.ts +++ b/GanttChartHyperLibraryDemos/Demos/app.ts @@ -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: { @@ -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: {