deckly
v1.0.14
Published
deckly React component
Downloads
12
Readme
deckly
Deckly is a JavaScript library to build dashboards of integrated maps and plots.
Uses React, deck.gl, and plotly.
Maps and plots are automatically linked, so that when you hover over the map, the plots are dynamically adjusted. This functionality is powered by React.
Check out the examples:
Installation
NPM module
npm install deckly
or
yarn add deckly
Then:
import Deckly from 'deckly';
or
var Deckly = require('deckly');
UMD
<script src="https://unpkg.com/deckly/umd/deckly.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/deckly/umd/deckly.css">
Usage
Deckly({options})