Chart.js
Chart.js copied to clipboard
Group a line dataset in a group of bars
Feature Proposal
As of now it is not possible to combine a group of bars together with a line (organ dots) that provides values corresponding to the same amount of bars in the group to be able to achieve the following result:

The limitation is that when grouping bars the inner bar distance is shrinked by default. However this won't apply to the line dataset.
One approach could be to use two separate x-axes. However, with this solution the dots appear misaligned as they're not treated as the bars inside the group. Compare with https://jsfiddle.net/onesev/bpcLs7uz/
Possible Implementation
No response