x: horizontal ? 0 : getValue()

in src/AreaBarChart.js [160:164]


                x: horizontal ? 0 : getValue(x, d, i),
                xEnd: horizontal ? getValue(x, d, i) : getValue(xEnd, d, i),
                y: !horizontal ? 0 : getValue(y, d, i),
                yEnd: !horizontal ? getValue(y, d, i) : getValue(yEnd, d, i),
                key: `rct-chart-area-bar-${i}`,