This is a toolset for creating graphs showing various data and statistics about AKJ events. Haxe 4 (and neko) is required for compilation. Sass is used for stylesheet creation.
In the root directory, simply run:
haxe make.hxml
And a graph.n
file should be produced.
In the root directory, run:
neko graph.n data/akj1.json akj1.html
To create akj1.html
with data from the first AKJ. Please note that this requires the files data/akj1/entries.csv
and data/akj1/entryVotes.csv
, which have not been made public.
To auto-update the assets/style.css
file whenever assets/style.scss
is modified, in the root directory run:
./sass-watch.sh