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