1.0.1 • Published 2 years ago

lotivis-map v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

lotivis-map

The lotivis.js map chart.

Installing

If you use npm, npm install lotivis-map. You can also download the latest realease on GitHub. For using in browsers, you can load the UMD bundle from an npm-based CDN such as jsDelivr.

<script src="https://cdn.jsdelivr.net/..."></script>
<script>

let mapChart = lotivis.map();

</script>

API Reference

Development

# build module
yarn build

# develop module
yarn build:watch