1.0.0 • Published 2 years ago

lotivis-legend v1.0.0

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

lotivis-legend Node.js CI Build

The lotivis.js legend chart.

Installing

If you use npm, npm install lotivis-legend. 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 legendChart = lotivis.legend();

</script>

API Reference

Development

# build module
yarn build

# develop module
yarn build:watch