Is there a way to round the corners of the columns / bars in an XY chart where the series is displayed as a column.
Hi Matthew_DeLuca,
You may achieve that by using user created properties. To round the corners of the columns in the XY chart, you could manually add the properties cornerRadiusTopLeft
and cornerRadiusTopRight
under the manually created columns.template.column
object in your series property.
Hi @Emma_Ngo,
I've just implement your solution to round the bars corners because it seems like is not possible to manipulate them with css.
I wonder what other properties I could change in this way, because I can't find a list of them and if I try to add some other properties they don't work (for example boxShadow).
Thank you for the support.