There are any way to get the kendo ui dataviz bar chart column size? I know it's not possible to set it and we need to struggle with that insipid gap/spacing properties but I want to extend that chart and need to know the width of the column.
I'm trying to find out it by jQuery/css but cannot find a class or id to use in a selector to get the svg box size.
I'm also seeking to find out some property/method of the chart like
$chart.data('kendoChart')._options.plotArea.seriesDefault.columns.width
but still not luck.