https://github.com/conterra/mapapps-charting
The Charting Bundle allows you to display various charts based on data from an AGSSearch store.
https://github.com/conterra/mapapps-charting
4x analysis mapapps
Last synced: 28 days ago
JSON representation
The Charting Bundle allows you to display various charts based on data from an AGSSearch store.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-charting
- Owner: conterra
- License: apache-2.0
- Created: 2018-08-23T06:11:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T11:57:57.000Z (3 months ago)
- Last Synced: 2025-12-06T15:22:29.441Z (3 months ago)
- Topics: 4x, analysis, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_charting/index.html?
- Size: 3.25 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-charting/actions/workflows/devnet-bundle-snapshot.yml)


# Charting
The Charting Bundle allows you to display various charts based on data from an AGSSearch store.
By selecting one or more features from the selection-ui bundle, you can trigger the drawing of these charts.
You can choose of a variety of different chart types like: bar, line, spline, area and donut.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_charting/index.html?
[dn_charting Documentation](https://github.com/conterra/mapapps-charting/tree/master/src/main/js/bundles/dn_charting)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
```