Skip to content

The Charting Bundle allows you to display various charts based on data from an AGSSearch store.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-charting

Repository files navigation

devnet-bundle-snapshot Static Badge

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.

Screenshot App

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_charting/index.html?lang=de

Installation Guide

Requirement: map.apps 4.11.0 since version 1.10.1

dn_charting Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then run the following commands from the project root directory to start a local development server:

# 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