KoExtensions icon indicating copy to clipboard operation
KoExtensions copied to clipboard

Is it possible to control position of the legend?

Open Qvatra opened this issue 9 years ago • 0 comments

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

Qvatra avatar May 19 '15 13:05 Qvatra