From 53bc747e9d6284e4982a19b369443939e873070c Mon Sep 17 00:00:00 2001 From: Ivan Sinek Date: Mon, 17 Oct 2022 14:29:58 +0200 Subject: [PATCH] fix: gantt demo diagrams (#3655) --- demos/gantt.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/demos/gantt.html b/demos/gantt.html index 749208f995..227fdb1d22 100644 --- a/demos/gantt.html +++ b/demos/gantt.html @@ -74,22 +74,22 @@

Gantt chart diagram demos

     gantt
     title Hide today marker (vertical line should not be visible)
-    dateFormat YYYY-MM-DD
-    axisFormat %d
+    dateFormat Z
+    axisFormat %d/%m
     todayMarker off
     section Section1
-    Today: 1, -1h
+    Today: 1, -01:00, 5min
     

     gantt
     title Style today marker (vertical line should be 5px wide and half-transparent blue)
-    dateFormat YYYY-MM-DD
-    axisFormat %d
+    dateFormat Z
+    axisFormat %d/%m
     todayMarker stroke-width:5px,stroke:#00f,opacity:0.5
     section Section1
-    Today: 1, -1h
+    Today: 1, -01:00, 5min