Merge pull request #7 from MaTeMaTuK/main

from main
This commit is contained in:
MaTeMaTuK 2021-05-03 21:37:51 +03:00 committed by GitHub
commit d63fe60960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -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' },

View File

@ -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}