class CustomLabel extends Component {
render() {
const {x, y, stroke, value} = this.props;
console.log(this.props) // I found nothing here
return (
<text
x={x * 2}
y={y + 16}
fontSize={14}
textAnchor="middle"
>{value != 0 ? value + '%': ''}</text>
)
}
}
How to get the width of the bars in custom label? I need that to set the
xfor my ComposedCharthttps://imgur.com/a/TJNa3