I want to use barchart with legend at right side. is it possible to control position of the legend?
my current workaround is :
setTimeout(() => {
$($('svg')[0]).css({ float: 'right' });
}, 0);
here interesting is that it doesn't work without timeout... P.S: I don't use angular