Skip to content

Instantly share code, notes, and snippets.

@HugoDF
Last active November 27, 2023 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugoDF/2405da1262b0e640271d43f329c05f37 to your computer and use it in GitHub Desktop.
Save HugoDF/2405da1262b0e640271d43f329c05f37 to your computer and use it in GitHub Desktop.
Stripped Gantt chart to demo sequential request then parallel request
---
config:
    gantt:
        fontSize: 30
        barHeight: 140
---
gantt
    title Demo request then parallel request
    axisFormat  %Ss
    todayMarker off
    tickInterval 1second
    GET /req1                :a1, 2000, 676ms
    GET /req2/1          :after a1, 291ms
    GET /req2/2          :after a1, 403ms
    GET /req2/3          :after a1, 421ms
    %% Done :75ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment