commit
d63fe60960
@ -24,7 +24,7 @@ let tasks: Task[] = [
|
|||||||
end: new Date(2020, 1, 2),
|
end: new Date(2020, 1, 2),
|
||||||
name: 'Idea',
|
name: 'Idea',
|
||||||
id: 'Task 0',
|
id: 'Task 0',
|
||||||
type:'task'
|
type:'task',
|
||||||
progress: 45,
|
progress: 45,
|
||||||
isDisabled: true,
|
isDisabled: true,
|
||||||
styles: { progressColor: '#ffbb54', progressSelectedColor: '#ff9e0d' },
|
styles: { progressColor: '#ffbb54', progressSelectedColor: '#ff9e0d' },
|
||||||
|
|||||||
@ -75,9 +75,6 @@ const App = () => {
|
|||||||
listCellWidth={isChecked ? "155px" : ""}
|
listCellWidth={isChecked ? "155px" : ""}
|
||||||
columnWidth={columnWidth}
|
columnWidth={columnWidth}
|
||||||
/>
|
/>
|
||||||
<h3 style={{ color: "#e56b6f" }}>
|
|
||||||
Milestones and projects are not available
|
|
||||||
</h3>
|
|
||||||
<h3>Gantt With Limited Height</h3>
|
<h3>Gantt With Limited Height</h3>
|
||||||
<Gantt
|
<Gantt
|
||||||
tasks={tasks}
|
tasks={tasks}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user