From 77ebffe169e09f261c0f4e9b179fba6c890bb464 Mon Sep 17 00:00:00 2001 From: VikariiCGI Date: Tue, 30 Mar 2021 15:20:39 +0300 Subject: [PATCH 1/2] Milestones and projects are available --- example/src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index ab9d131..e2717d6 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -75,9 +75,6 @@ const App = () => { listCellWidth={isChecked ? "155px" : ""} columnWidth={columnWidth} /> -

- Milestones and projects are not available -

Gantt With Limited Height

Date: Wed, 31 Mar 2021 18:38:40 +0300 Subject: [PATCH 2/2] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de5ae5..8c0508d 100644 --- a/README.md +++ b/README.md @@ -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' },