Skip to content

Instantly share code, notes, and snippets.

@andysolomon
Last active February 27, 2023 01:30
Show Gist options
  • Select an option

  • Save andysolomon/a54b7c3e371a0193e55298cfedcde6a5 to your computer and use it in GitHub Desktop.

Select an option

Save andysolomon/a54b7c3e371a0193e55298cfedcde6a5 to your computer and use it in GitHub Desktop.
Work Route
gantt
    title A Gantt Diagram
    dateFormat  hh:mm
    axisFormat %H:%M
    todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5

    section Mommy
		Home           :done, a1, 06:05, 06:45
		HE Holmes      :crit, a2, after a1, 07:20
		PSE            :after a2
	section Daddy
		Home           :done, a3, 06:05, 06:58
		HE Holmes      :crit, a4, after a3, 07:25
		Five Points    :a5, after a4, 07:40
		Buckhead       :a6, after a5, 07:59
		MagMutual      :after a6

	click a4 href "https://goo.gl/maps/vZBW4id8vcG9aGZL9"
	click a6 href "https://goo.gl/maps/Nr2dxuigqohFdieG6"
	click a2 href "https://goo.gl/maps/znRx9uj3mgMGWdph6"
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment