deckly

1.0.14 • Public • Published

deckly

NPM package Build Size Dependencies

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})

Readme

Keywords

Package Sidebar

Install

npm i deckly

Weekly Downloads

8

Version

1.0.14

License

MIT

Unpacked Size

35.8 MB

Total Files

16

Last publish

Collaborators

  • neon_ninja