Open mhkeller opened 11 months ago
@timkpaine If you have any suggestions on what might be causing this bug, I can try to take a look.
Normally when creating charts like this, you have nested lists: the first group sets the range for a new scale. My feeling is that the data structure here is flat, hence why they are all appearing as siblings.
Bug Report
Steps to Reproduce:
period
andexam_subject
Expected Result:
I would expect the bars within each period group to not have any white space between them.
Here's an example from the d3fc website that I expect it to look similar to.
Actual Result:
The bars are evenly spaced, making the chart harder to read since each of the groups is not visually separate.
Environment:
Chrome 119 and Firefox 120