An election swingometer
Find a file
2024-07-10 09:26:56 +01:00
resources Added percentages to labels 2024-07-10 09:26:56 +01:00
src Added percentages to labels 2024-07-10 09:26:56 +01:00
.gitignore By Jove! I think he's got it! 2024-07-09 23:21:26 +01:00
.lein-failures Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
LICENSE.md Initial commit 2017-07-12 17:01:59 +01:00
project.clj Mostly working, labels don't go on their paths. 2024-07-09 21:18:03 +01:00
README.md Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00

radial-svg-graph

A re-frame application designed to show a radial SVG graph, possibly with several rings.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min