Skip to content

A JavaScript library based on react, deck.gl, and plotly to build dashboards of integrated maps and plots

License

Notifications You must be signed in to change notification settings

UoA-eResearch/deckly

Repository files navigation

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

About

A JavaScript library based on react, deck.gl, and plotly to build dashboards of integrated maps and plots

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published