c2
c2 copied to clipboard
Declarative data visualization in Clojure(Script).
Bump dependencies since clojurescript now requires clojure 1.5.1. I also updated the clojurescript tests to use `bind!` and `->dom`. It seems that we can't use plain `:id` as a key...
The first example (bar chart) on http://keminglabs.com/c2/ should be updated to remove use of `c2.core/style` which has apparently been removed. (also, a complete worked-out cljs example for the bar chart...
Hi, I ran into errors using c2 with recent clojurescript versions. For example if I make the following patch to the `c2-demos/hello-bars` `project.clj`: ``` diff (defproject hello-bars "0.0.1-SNAPSHOT" :description "hello-bars:...
Scales should have an option to clamp inputs from outside of their domain.
Reported via an email: I would like to point out that I've just run the 'c2-demos/hello-bars' you published on your github page and the bar visualization (sizing) fails if you...
Samples should use more svg helpers like `translate` instead of doing inline string interpolation.
Hey, look at these... https://gist.github.com/1678577 http://closure-library.googlecode.com/svn/docs/closure_goog_string_string.js.source.html#line93
This should do the appropriate CDATA magic too, for inline SVG stylesheets.