This repository contains a Plotly chloropleth map widget plugin for ActiveUI.
Its goal is to teach developers how to use ActiveUI SDK.
The used atoti notebook is versioned here.
This is an turnkey data exploration application based on ActiveUI SDK. It can be used as boilerplate to develop other applications.
See the ActiveUI documentation.
- Install NodeJS
- Install Yarn
- Install dependencies:
yarn - Build packages:
yarn build - Start in development mode:
yarn start - You can now access the following:
When running a start command you can edit any package and see your changes reflected in the UI.
Happy hacking!