README
plotly.js-geo-dist-min
Ready-to-use minified plotly.js geo distributed bundle.
Contains trace modules choropleth
, scatter
and scattergeo
.
For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme
Installation
npm install plotly.js-geo-dist-min
Usage
// ES6 module
import Plotly from 'plotly.js-geo-dist-min'
// CommonJS
var Plotly = require('plotly.js-geo-dist-min')
Copyright and license
Code and documentation copyright 2022 Plotly, Inc.
Code released under the MIT license.
Docs released under the Creative Commons license.
Please visit complete list of dependencies.