/cljs-experiment

Experimenting with ClojureScript and D3

Primary LanguageJavaScript

clojurescript dataviz experiment

first attempt to develop a simple dataviz with cljs and d3

overview

This is a simple project made for experimenting and discovering clojurescript potentiality and see how it fits for creating datavisualization for the web

development

To get an interactive development environment run:

lein fig:build

To clean all compiled files:

lein clean

To create a production build run:

lein clean

lein fig:min

todo:

  • use d3 scale
  • use react bindings with reagent
  • fetch data
  • resize chart on window resize event
  • add tooltip