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:
npm install deckly
or
yarn add deckly
Then:
import Deckly from 'deckly';
or
var Deckly = require('deckly');
<script src="https://unpkg.com/deckly/umd/deckly.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/deckly/umd/deckly.css">
Deckly({options})