How to show multiple machine status tags (1 = Running, 0 = Off) over time

I've been trying to figure out how to create a chart in Ignition that shows whether multiple machines are running or not over time. Right now I'm using a Power Chart with 0/1 status tags, but it gets pretty cluttered and it's difficult to tell which machine is which or clearly identify downtime periods.

Has anyone found a good way to visualize machine run/off status over time? Ideally, I'd like something similar to a timeline or Gantt-style view that makes it easy to see when each machine was running, when it was off, and how long it remained down.

Try assigning the running status of each machine to a different plot. The example below shows the running status of each pump in green with the flow overlayed on top.

if you have the web dev module, I recommend using chart.js from a doGet embeded in a iframe just this week I had to do something similar and it came out looking like this (had to block out some data)

you can also check this module out if you don't have web dev. it will allow you to use chart.js charts in perspective

personally, I find ignitions built in charts to be limiting and try to avoid them. that being said if you have to use ignitions charts check this documentation out it should show you how.
XY Chart Example - Gantt Chart | Ignition User Manual