I was thinking about at your question again wanted to clarify how to create a grouped or side-by-side bar using dates. The Date axis is really a numerical axis where the underlying unit is seconds.
It sounds like you data might look something like this ….
Here are the steps to create a side-by-side on a date axis, where every day has one grouped bar.
- Add a Bar command can be added from the Command menu.
- Set Value = Treatment A.
- Set Where = Date.
- Set the Width to Specified, the number of seconds per day divided by 2.
- Set the Bar offset to the number of seconds per day divided by 4.
- Specify the Fill with (here we set to a pattern).
- Select the command and make a copy (command-C to copy, command-V to paste).
- In the copy, set Value = Treatment B.
- Set the Bar offset to be positive the same shift.
- Change the Fill with to something different.
We also added a Legend command.
Notice how there is a slight gap between the bars.
If you want them to be directly side-by-side, then change the scaling factor to ‘1’. This value scales the width to a fraction of the total width.
I uploaded this example to File/On-line Examples.
Does this example help for your data?