I wrote a while back about combining D3 and Knockout. Now in the continuing spirit of web UI mix-and-match, I’m going to try creating something that allows us to leverage SVG within a custom jQuery UI widget.
Continue reading Custom jQuery SVG widget
Tag Archives: javascript
Dynamic D3 with Knockout.js
A couple of things happened recently that prompted me to write this blog post. Firstly, I’ve been playing around with HTML5/javascript based user interfaces and data visualisation. Secondly, I watched a fascinating presentation from UX guru Brett Victor, making me wonder if it was possible to create an interactive, data-drawing app like the one he demonstrates, purely with Javascript. There are 2 well established JS frameworks that we could combine to help us here: Knockout.js and D3. But can we make them work well together?
Continue reading Dynamic D3 with Knockout.js