RE: change bar width according to timestamp in reporting module

hi,

I want similar kind of configuration but in report module and my data set look like:
Start, End, Mode
02-04-2024 00:00:00,02-04-2024 02:00:00,Idle
02-04-2024 02:01:00,02-04-2024 05:00:00,Running
02-04-2024 05:01:00,02-04-2024 09:00:00,Downtime
02-04-2024 09:01:00,02-04-2024 12:00:00,Uptime
02-04-2024 12:01:00,02-04-2024 15:00:00,Running
02-04-2024 15:01:00,02-04-2024 18:00:00,Idle

for the time range the bar width should vary.
can you please help me with that how to achieve this in report.

That's not how column bar charts work. Each column represents one X-axis time period or category.

  1. How will you display if the machine runs for 30 minutes?
  2. What does the height of a bar mean?

Normally you would use a horizontal bar chart for this and "stack" the time periods left to right. There's an example in Ribbon chart in Ignition Reporting module.

hi,

  1. What does the height of a bar mean?
    lets say the bar height of the each bar is 50.
  2. How will you display if the machine runs for 30 minutes?
    that's where I am stuck too.
    do you have suggestion on that how it can be achieve.

I'm still unsure how to achieve the mentioned ribbon chart in reporting.

It's probably worth noting that the image above is from this post:
change-each-bar-width-in-histogram-chart