Hi everyone,
I’m working on updating an older Grafana dashboard that currently uses a Plotly panel with custom JavaScript. The panel shows three status states over time: Off, On, and Error. The data comes from two series: one is a position value and the other is a mode/status value. The current Plotly script separates the mode values into three colored traces so the chart shows when each state is active. I’m trying to replace this with a native Grafana visualization if possible, instead of keeping the custom JavaScript. Would the recommended native approach be a Time series panel with transformations and field overrides, a State timeline panel, a Status history panel, or something else? The goal is to keep the same meaning visually: show when the system is Off, On, or Error over time/position, while using native Grafana features as much as possible. Any guidance on the best panel type or setup would be appreciated. Thanks!