Question about doing a specific graph

I want to replicate this graph in the image to visualize supply gaps.
The Y-axis should display Component and Order Code.
For each item I have two key dates:

  • Supply until Tear-Off date: the date when the existing supply coverage ends (before the disruption).
  • First Supply Date / Implementation Date: the date when supply becomes available again after the tear-off event.

The visual should show horizontal bars per item:

  1. from the start of the planning horizon to Supply until Tear-Off date
  2. from First Supply Date / Implementation Date to the end of the planning horizon
    The blank space between the two bars represents the duration of the supply interruption.

I also need the X-axis displayed in weekly buckets (W1…W12), using either weekly date granularity or a week index relative to the horizon start.

How can this be done? Thanks

Hi @01267ts,
Unfortunately I’m afraid there’s no great native visual option to build out this type of chart; however there is a highchart option available to build a gantt chart which can be setup in a similar manner.
You can check out the sample code that can be used for a gantt chart at the following democentral dashboard. Flip over to the ‘Samples’ sheet and you’ll see the second visual option:

https://democentral.learnquicksight.online/#Dashboard-FeatureDemo-Highcharts-Visual

Topic can continue discussion on next thread: