I want to use chartjs for a bar chart and want each bar between the labels not the bar on the label. I want my bar represent a section [0 1] and not just a single value. I couldn't figure out a clean solution, so I don't really know if there is a way with chartjs.
For example I want to split my x-Axis (0 to 1) into 20 spaces with equal distance of 0.05 and set my bars in between the spaces. Maybe the pictures explain it a little better.I want my bars to be placed like the drawn darker red bars.
Really appreciate your help!