Skip to content

Commit e811edf

Browse files
Integrated latest changes at 06-18-2024 4:31:19 PM
1 parent efaabe6 commit e811edf

File tree

23 files changed

+1259
-253
lines changed

23 files changed

+1259
-253
lines changed
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div{
2-
height: 70px !important;
3-
}
4-
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
5-
height: 70px !important;
6-
}
7-
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
8-
height: 70px !important;
9-
}
10-
.e-header-cell-label.e-gantt-top-cell-text{
11-
background-color: #fff
12-
}
13-
.fluent2-highcontrast .e-header-cell-label.e-gantt-top-cell-text,
14-
.fluent-dark .e-header-cell-label.e-gantt-top-cell-text,
15-
.fluent2-dark .e-header-cell-label.e-gantt-top-cell-text {
16-
background-color: #000;
17-
}

ej2-react/code-snippet/gantt/tooltip-cs8/app/datasource.jsx

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,108 @@ export let data = [
2222
]
2323
},
2424
];
25+
export let timelineTemplateData = [
26+
{
27+
TaskID: 1,
28+
TaskName: 'Product Concept',
29+
StartDate: new Date('04/02/2019'),
30+
EndDate: new Date('04/21/2019'),
31+
subtasks: [
32+
{ TaskID: 2, TaskName: 'Defining the product and its usage', StartDate: new Date('04/02/2019'), Duration: 3, Progress: 30 },
33+
{ TaskID: 3, TaskName: 'Defining target audience', StartDate: new Date('04/02/2019'), Duration: 3 },
34+
{ TaskID: 4, TaskName: 'Prepare product sketch and notes', StartDate: new Date('04/02/2019'), Duration: 3, Predecessor: "2", Progress: 30 },
35+
]
36+
},
37+
{ TaskID: 5, TaskName: 'Concept Approval', StartDate: new Date('04/02/2019'), Duration: 0, Predecessor: "3,4" },
38+
{
39+
TaskID: 6,
40+
TaskName: 'Market Research',
41+
StartDate: new Date('04/02/2019'),
42+
EndDate: new Date('04/21/2019'),
43+
subtasks: [
44+
{
45+
TaskID: 7,
46+
TaskName: 'Demand Analysis',
47+
StartDate: new Date('04/04/2019'),
48+
EndDate: new Date('04/21/2019'),
49+
subtasks: [
50+
{ TaskID: 8, TaskName: 'Customer strength', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "5", Progress: 30 },
51+
{ TaskID: 9, TaskName: 'Market opportunity analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "5" }
52+
]
53+
},
54+
{ TaskID: 10, TaskName: 'Competitor Analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "7,8", Progress: 30 },
55+
{ TaskID: 11, TaskName: 'Product strength analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "9" },
56+
{ TaskID: 12, TaskName: 'Research complete', StartDate: new Date('04/04/2019'), Duration: 0, Predecessor: "10" }
57+
]
58+
},
59+
{
60+
TaskID: 13,
61+
TaskName: 'Product Design and Development',
62+
StartDate: new Date('04/04/2019'),
63+
EndDate: new Date('04/21/2019'),
64+
subtasks: [
65+
{ TaskID: 14, TaskName: 'Functionality design', StartDate: new Date('04/04/2019'), Duration: 7, Progress: 30 },
66+
{ TaskID: 15, TaskName: 'Quality design', StartDate: new Date('04/04/2019'), Duration: 5 },
67+
{ TaskID: 16, TaskName: 'Define Reliability', StartDate: new Date('04/04/2019'), Duration: 5, Progress: 30 },
68+
{ TaskID: 17, TaskName: 'Identifying raw materials ', StartDate: new Date('04/04/2019'), Duration: 4 },
69+
{
70+
TaskID: 18,
71+
TaskName: 'Define cost plan',
72+
StartDate: new Date('04/04/2019'),
73+
EndDate: new Date('04/21/2019'),
74+
subtasks: [
75+
{ TaskID: 19, TaskName: 'Manufacturing cost', StartDate: new Date('04/04/2019'), Duration: 1, Progress: 30 },
76+
{ TaskID: 20, TaskName: 'Selling cost', StartDate: new Date('04/04/2019'), Duration: 1 }
77+
]
78+
},
79+
{
80+
TaskID: 21,
81+
TaskName: 'Development of the final design',
82+
StartDate: new Date('04/04/2019'),
83+
EndDate: new Date('04/21/2019'),
84+
subtasks: [
85+
{ TaskID: 22, TaskName: 'Defining dimensions and package volume', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 },
86+
{ TaskID: 23, TaskName: 'Develop design to meet industry standards', StartDate: new Date('04/04/2019'), Duration: 3 },
87+
{ TaskID: 24, TaskName: 'Include all the details', StartDate: new Date('04/04/2019'), Duration: 5 }
88+
]
89+
},
90+
{ TaskID: 25, TaskName: 'CAD Computer-aided design', StartDate: new Date('04/04/2019'), Duration: 10, Progress: 30 },
91+
{ TaskID: 26, TaskName: 'CAM Computer-aided manufacturing', StartDate: new Date('04/04/2019'), Duration: 10 }
92+
]
93+
},
94+
{ TaskID: 27, TaskName: 'Prototype Testing', StartDate: new Date('04/04/2019'), Duration: 12, Progress: 30 },
95+
{ TaskID: 28, TaskName: 'Include feedback', StartDate: new Date('04/04/2019'), Duration: 5 },
96+
{ TaskID: 29, TaskName: 'Manufacturing', StartDate: new Date('04/04/2019'), Duration: 9, Progress: 30 },
97+
{ TaskID: 30, TaskName: 'Assembling materials to finished goods', StartDate: new Date('04/04/2019'), Duration: 12 },
98+
{
99+
TaskID: 31,
100+
TaskName: 'Feedback and Testing',
101+
StartDate: new Date('04/04/2019'),
102+
EndDate: new Date('04/21/2019'),
103+
subtasks: [
104+
{ TaskID: 32, TaskName: 'Internal testing and feedback', StartDate: new Date('04/04/2019'), Duration: 5, Progress: 30 },
105+
{ TaskID: 33, TaskName: 'Customer testing and feedback', StartDate: new Date('04/04/2019'), Duration: 7, Progress: 30 }
106+
]
107+
},
108+
{
109+
TaskID: 34,
110+
TaskName: 'Product Development',
111+
StartDate: new Date('04/04/2019'),
112+
EndDate: new Date('04/21/2019'),
113+
subtasks: [
114+
{ TaskID: 35, TaskName: 'Important improvements', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 },
115+
{ TaskID: 36, TaskName: 'Address any unforeseen issues', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 }
116+
]
117+
},
118+
{
119+
TaskID: 37,
120+
TaskName: 'Final Product',
121+
StartDate: new Date('04/04/2019'),
122+
EndDate: new Date('04/21/2019'),
123+
subtasks: [
124+
{ TaskID: 38, TaskName: 'Branding product', StartDate: new Date('04/04/2019'), Duration: 5 },
125+
{ TaskID: 39, TaskName: 'Marketing and pre-sales', StartDate: new Date('04/04/2019'), Duration: 10, Progress: 30 }
126+
]
127+
}
128+
];
129+

ej2-react/code-snippet/gantt/tooltip-cs8/app/datasource.tsx

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,108 @@ export let data: Object[] = [
2121
{ TaskID: 8, TaskName: 'Estimation approval', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 }
2222
]
2323
},
24-
];
24+
];
25+
export let timelineTemplateData: object[] = [
26+
{
27+
TaskID: 1,
28+
TaskName: 'Product Concept',
29+
StartDate: new Date('04/02/2019'),
30+
EndDate: new Date('04/21/2019'),
31+
subtasks: [
32+
{ TaskID: 2, TaskName: 'Defining the product and its usage', StartDate: new Date('04/02/2019'), Duration: 3, Progress: 30 },
33+
{ TaskID: 3, TaskName: 'Defining target audience', StartDate: new Date('04/02/2019'), Duration: 3 },
34+
{ TaskID: 4, TaskName: 'Prepare product sketch and notes', StartDate: new Date('04/02/2019'), Duration: 3, Predecessor: "2", Progress: 30 },
35+
]
36+
},
37+
{ TaskID: 5, TaskName: 'Concept Approval', StartDate: new Date('04/02/2019'), Duration: 0, Predecessor: "3,4" },
38+
{
39+
TaskID: 6,
40+
TaskName: 'Market Research',
41+
StartDate: new Date('04/02/2019'),
42+
EndDate: new Date('04/21/2019'),
43+
subtasks: [
44+
{
45+
TaskID: 7,
46+
TaskName: 'Demand Analysis',
47+
StartDate: new Date('04/04/2019'),
48+
EndDate: new Date('04/21/2019'),
49+
subtasks: [
50+
{ TaskID: 8, TaskName: 'Customer strength', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "5", Progress: 30 },
51+
{ TaskID: 9, TaskName: 'Market opportunity analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "5" }
52+
]
53+
},
54+
{ TaskID: 10, TaskName: 'Competitor Analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "7,8", Progress: 30 },
55+
{ TaskID: 11, TaskName: 'Product strength analysis', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: "9" },
56+
{ TaskID: 12, TaskName: 'Research complete', StartDate: new Date('04/04/2019'), Duration: 0, Predecessor: "10" }
57+
]
58+
},
59+
{
60+
TaskID: 13,
61+
TaskName: 'Product Design and Development',
62+
StartDate: new Date('04/04/2019'),
63+
EndDate: new Date('04/21/2019'),
64+
subtasks: [
65+
{ TaskID: 14, TaskName: 'Functionality design', StartDate: new Date('04/04/2019'), Duration: 7, Progress: 30 },
66+
{ TaskID: 15, TaskName: 'Quality design', StartDate: new Date('04/04/2019'), Duration: 5 },
67+
{ TaskID: 16, TaskName: 'Define Reliability', StartDate: new Date('04/04/2019'), Duration: 5, Progress: 30 },
68+
{ TaskID: 17, TaskName: 'Identifying raw materials ', StartDate: new Date('04/04/2019'), Duration: 4 },
69+
{
70+
TaskID: 18,
71+
TaskName: 'Define cost plan',
72+
StartDate: new Date('04/04/2019'),
73+
EndDate: new Date('04/21/2019'),
74+
subtasks: [
75+
{ TaskID: 19, TaskName: 'Manufacturing cost', StartDate: new Date('04/04/2019'), Duration: 1, Progress: 30 },
76+
{ TaskID: 20, TaskName: 'Selling cost', StartDate: new Date('04/04/2019'), Duration: 1 }
77+
]
78+
},
79+
{
80+
TaskID: 21,
81+
TaskName: 'Development of the final design',
82+
StartDate: new Date('04/04/2019'),
83+
EndDate: new Date('04/21/2019'),
84+
subtasks: [
85+
{ TaskID: 22, TaskName: 'Defining dimensions and package volume', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 },
86+
{ TaskID: 23, TaskName: 'Develop design to meet industry standards', StartDate: new Date('04/04/2019'), Duration: 3 },
87+
{ TaskID: 24, TaskName: 'Include all the details', StartDate: new Date('04/04/2019'), Duration: 5 }
88+
]
89+
},
90+
{ TaskID: 25, TaskName: 'CAD Computer-aided design', StartDate: new Date('04/04/2019'), Duration: 10, Progress: 30 },
91+
{ TaskID: 26, TaskName: 'CAM Computer-aided manufacturing', StartDate: new Date('04/04/2019'), Duration: 10 }
92+
]
93+
},
94+
{ TaskID: 27, TaskName: 'Prototype Testing', StartDate: new Date('04/04/2019'), Duration: 12, Progress: 30 },
95+
{ TaskID: 28, TaskName: 'Include feedback', StartDate: new Date('04/04/2019'), Duration: 5 },
96+
{ TaskID: 29, TaskName: 'Manufacturing', StartDate: new Date('04/04/2019'), Duration: 9, Progress: 30 },
97+
{ TaskID: 30, TaskName: 'Assembling materials to finished goods', StartDate: new Date('04/04/2019'), Duration: 12 },
98+
{
99+
TaskID: 31,
100+
TaskName: 'Feedback and Testing',
101+
StartDate: new Date('04/04/2019'),
102+
EndDate: new Date('04/21/2019'),
103+
subtasks: [
104+
{ TaskID: 32, TaskName: 'Internal testing and feedback', StartDate: new Date('04/04/2019'), Duration: 5, Progress: 30 },
105+
{ TaskID: 33, TaskName: 'Customer testing and feedback', StartDate: new Date('04/04/2019'), Duration: 7, Progress: 30 }
106+
]
107+
},
108+
{
109+
TaskID: 34,
110+
TaskName: 'Product Development',
111+
StartDate: new Date('04/04/2019'),
112+
EndDate: new Date('04/21/2019'),
113+
subtasks: [
114+
{ TaskID: 35, TaskName: 'Important improvements', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 },
115+
{ TaskID: 36, TaskName: 'Address any unforeseen issues', StartDate: new Date('04/04/2019'), Duration: 2, Progress: 30 }
116+
]
117+
},
118+
{
119+
TaskID: 37,
120+
TaskName: 'Final Product',
121+
StartDate: new Date('04/04/2019'),
122+
EndDate: new Date('04/21/2019'),
123+
subtasks: [
124+
{ TaskID: 38, TaskName: 'Branding product', StartDate: new Date('04/04/2019'), Duration: 5 },
125+
{ TaskID: 39, TaskName: 'Marketing and pre-sales', StartDate: new Date('04/04/2019'), Duration: 10, Progress: 30 }
126+
]
127+
}
128+
];

0 commit comments

Comments
 (0)