SandDance

@msrvida/sanddance-react

Visually explore, understand, and present your data.

sanddance-animation

Demo - API Reference

Installation

Add these to the dependencies section of your package.json, then run npm install:

"@deck.gl/core": "6.4",
"@deck.gl/layers": "6.4",
"@msrvida/sanddance-react": "^1",
"luma.gl": "6.4",
"vega-lib": "^4.3.0"

Import these in your JavaScript:

import * as deck from '@deck.gl/core';
import * as layers from '@deck.gl/layers';
import * as luma from 'luma.gl';
import * as vega from 'vega-lib';
import { SandDance, SandDanceReact } from '@msrvida/sanddance-react';

SandDance.use(vega, deck, layers, luma);

For more information

Please visit the SandDance website.