Question: Is it possible to configure a bar chart so that one of the bars appears within/on-top-of another bar (or a bar stack)? Something like this:

@Eric24 You can add two XAxis to render this kind of charts.
I've been looking for a similar feature, I tried using two X axes, but it doesn't seem to produce the desired effect: https://codepen.io/nahushf/pen/mgZgoG
FYI: the barGap property of
Most helpful comment
FYI: the barGap property of can be set to a negative value to overlap the bars. Haven't seen an example for this nor was it immediately obvious, so thought I'd mention it here.
https://codepen.io/dustryder/pen/qBNMgLJ