KoExtensions
KoExtensions copied to clipboard
Simple charting library originaly built for KnockoutJS and few useful knockout bindings
for example I need to format the value in tooltip which in my case is 1.333333333333333 which is not informative at all but take a lot of space..
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'...
with change of the screen size I would like to change the size of the chart as well. Is that possible?