https://github.com/activeviam/activeui-plugin-plotly-chloropleth-map
An ActiveUI application featuring a custom chloropleth map widget, for teaching purposes
https://github.com/activeviam/activeui-plugin-plotly-chloropleth-map
Last synced: 9 months ago
JSON representation
An ActiveUI application featuring a custom chloropleth map widget, for teaching purposes
- Host: GitHub
- URL: https://github.com/activeviam/activeui-plugin-plotly-chloropleth-map
- Owner: activeviam
- Created: 2021-02-28T19:36:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T19:44:23.000Z (about 5 years ago)
- Last Synced: 2025-05-16T22:13:13.512Z (about 1 year ago)
- Language: CSS
- Size: 3.21 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/Nouzbe/atoti-oecd-green-growth).
# ActiveUI Application
This is an turnkey data exploration application based on [ActiveUI SDK](https://github.com/activeviam/activeui-5/tree/master/packages/sdk). It can be used as boilerplate to develop other applications.
## Usage
See [the ActiveUI documentation](https://activeviam.com/activeui/documentation).
## Development
- Install [NodeJS](https://nodejs.org/en/download/)
- Install [Yarn](https://yarnpkg.com/lang/en/docs/install)
- Install dependencies: `yarn`
- Build packages: `yarn build`
- Start in development mode: `yarn start`
- You can now access the following:
- [Application](http://localhost:3000)
When running a `start` command you can edit any package and see your changes reflected in the UI.
Happy hacking!