Hello,
I want to create a stacked bar chart with rounded corners of the plot area - as on desired-result.png.
I’m doing this by adding a chart and then placing a Rounded Rectangle Shape over it.
I have a somewhat working PoC (attached to this ticket), but I’m wondering if there is a more reliable way of getting position and width/heigh of the plot area, so that I could place the shape over it more easily and without hardcoding values?
Currently, if the document change a bit, I have to recalculate the position of Rounded Rectangle Shape.
shape-over-rectangle.zip (177.7 KB)