Hello I have a stacked chart: https://blazorrepl.telerik.com/mdapkbvq40X63oHt59
Is it possible to remove the strokes on the colored boxes in the chart so it looks more like the image attached?
I can remove them with a css selector, but it looks like this and obviously isn't a great selector
svg g > g > g > g > g > g > g path {
stroke: none;
}
Also, is it possible to put a border-radius around the whole column?