From 43806ccee275c2f9b7f6711aa22a51eb1eb2d02a Mon Sep 17 00:00:00 2001
From: "Dyer, Pamela (ORISE Fellow)" <pamela.dyer@nps.edu>
Date: Tue, 18 Jun 2024 15:40:58 -0700
Subject: [PATCH] Update Example29_Gantt_Chart.mp

---
 models/Example29_Gantt_Chart.mp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/models/Example29_Gantt_Chart.mp b/models/Example29_Gantt_Chart.mp
index e0caca6..748e55c 100644
--- a/models/Example29_Gantt_Chart.mp
+++ b/models/Example29_Gantt_Chart.mp
@@ -66,7 +66,7 @@ BAR CHART gantt_2 { TITLE("Example of Gantt Chart");
 	ROTATE; /* to place the X_AXIS vertical */
 };
 
-COORDINATE $e: $$EVENT
+COORDINATE <SORT> $e: $$ATOM
 	DO 	/* add this event to the Table */ 
 		gantt_1 		<|
 			event_name: 	SAY($e),
-- 
GitLab