style: getValue()

in src/AreaBarChart.js [159:164]


                style: getValue(barStyle, d, i),
                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}`,