79804191

Date: 2025-10-29 20:27:44
Score: 2.5
Natty:
Report link

This should be possible, depending on what your data looks like. You may need to use transformations to split the data into multiple series. Do you have an example of your data?

I threw this State Timeline together with the following CSV data, not sure how close it is to what you have:

Start, End, SetID, ModID, ModType
2025-01-01 01:00:00, 2025-01-01 01:15:00, 100, 101, Set
2025-01-01 01:00:00, 2025-01-01 01:01:00, 100, 102, Alpha
2025-01-01 01:02:00, 2025-01-01 01:04:00, 100, 103, Beta
2025-01-01 01:05:00, 2025-01-01 01:25:00, 110, 111, Set
2025-01-01 01:05:00, 2025-01-01 01:08:30, 110, 113, Alpha
2025-01-01 01:07:00, 2025-01-01 01:12:00, 110, 115, Gamma

Transformations:

enter image description here

That should get you chart you want, but you'll want to add some settings so the names don't look weird and to color the bars how you like:

enter image description here

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have an
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kevin Meyer