hoonzis / KoExtensions

Simple charting library originaly built for KnockoutJS and few useful knockout bindings
MIT License
36 stars 10 forks source link

Is it possible to control position of the legend? #2

Open Qvatra opened 9 years ago

Qvatra commented 9 years ago

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