2.0.1 • Published 4 years ago

@lowswaplab/leaflet-control-chart v2.0.1

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
gitlab
Last release
4 years ago

leaflet-control-chart

Leaflet Chart Control

leaflet-control-chart uses Plotly.js for data visualization.

NPM

This package is available on npm:

@lowswaplab/leaflet-control-chart

This package can be installed by performing:

npm install @lowswaplab/leaflet-control-chart

JavaScript

Example, with options (and defaults):

import "@lowswaplab/leaflet-control-chart";

L.control.chart(
  {
  isOpen: false,        // start out open or closed?
  iconOpen: "📊",       // open icon UTF-8 0x1F4CA "Bar Chart"
  iconClose: "✖",       // close icon UTF-8 0x1F7A# "Heavy Multiplication X"
  }).addTo(map);

Source Code

leaflet-control-chart

Contribution

If you find this software useful, please consider financial support for future development via PayPal.

Author

Low SWaP Lab

Copyright

Copyright © 2020 Low SWaP Lab lowswaplab.com

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago