Svizzle
Svelte components for data visualisation and utilities for data transformation.
Documentation
All functions are documented at https://nestauk.github.io/svizzle, divided by modules.
Modules installation
Svizzle is a mono-repo containing the source code of various npm packages: please follow these links for installation instructions.
@svizzle/barchart@svizzle/choropleth@svizzle/histogram@svizzle/legend@svizzle/mapbox@svizzle/time_region_value@svizzle/ui
@svizzle/atlas@svizzle/dev@svizzle/dom@svizzle/file@svizzle/geo@svizzle/geometry@svizzle/request@svizzle/utils
Cloning
Files fetched or processed via @svizzle/atlas are distributed in this repo, which is registered as a git submodule, so the first time you clone svizzle please use:
git clone --recurse-submodules git@github.com:nestauk/svizzle.git
to make sure to fetch it.
If you already cloned it and forgot --recurse-submodules, you can run:
git submodule update --init
Development
See here.