1.0.14 • Published 3 years ago

deckly v1.0.14

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

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

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago