I’ve searched for client side javascript chart which supports KO.js but haven’t been able to find one.
Has anyone have had any experience with charts that supports KO.js? Reason I’m after KO is that when user toggles the chart parameters, the chart should get rendered automatically for selected parameter.
You likely won’t find that anytime soon; Good charting solutions or libraries in general don’t take a stance over which particular application framework to use. In the (segmented) world of JS, one has to write adapters all the time (the most famous one being framework X to JQueryUI widgets); The devs at squareup plugged EmberJs with d3 so I see no reason why one couldn’t do the exact same with knockout.
http://corner.squareup.com/2012/04/building-analytics.html