Hello Team,
I am using bar chart in my app, At some instances when I have large value my label is hiding within the chart.
I tried giving 100 % width to the parent div and 99% to the div on which I am building the chart but it doesn't always works because value can be of any length(e.g it works if i have 194, but doesn't work if I have 1987643).
I tried giving overflow:visible to <svg> and other parent div but no success.
Check the snapshot for the reference.