From 47593d05c7ea65700b855d07af0e59d6f204ea58 Mon Sep 17 00:00:00 2001 From: Kritvi <148799271+Kritvi-bhatia@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:45:39 +0530 Subject: [PATCH] [Gantt Chart] Fixing minor typo (#3894) * Update index.mdx Just fixing minor typos * Update src/pages/data-visualization/gantt-charts/index.mdx Co-authored-by: TJ Egan --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Co-authored-by: TJ Egan --- src/pages/data-visualization/gantt-charts/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/data-visualization/gantt-charts/index.mdx b/src/pages/data-visualization/gantt-charts/index.mdx index bb5511b15aa..f0f71c62bc5 100755 --- a/src/pages/data-visualization/gantt-charts/index.mdx +++ b/src/pages/data-visualization/gantt-charts/index.mdx @@ -67,8 +67,8 @@ start. ## Design recommendations When designing the Gantt chart make sure to arrange task bars with contrasting -colors next to each other and similar colors way from each other Tasks should -have a clear title and all users who are assigned listed in the card +colors next to each other and similar colors away from each other. Tasks should +have a clear title and all users who are assigned listed in the card. ![Gantt - Card Component](images/design-recs.png)