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

lerna

Svizzle is a mono-repo containing the source code of various npm packages: please follow these links for installation instructions.

Components

Tools

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.