Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp authored Apr 17, 2024
1 parent 5db0212 commit a08ffcd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Charts
[![devnet-bundle-snapshot](https://github.com/conterra/mapapps-charting/actions/workflows/devnet-bundle-snapshot.yml/badge.svg)](https://github.com/conterra/mapapps-charting/actions/workflows/devnet-bundle-snapshot.yml)
![Static Badge](https://img.shields.io/badge/tested_for_map.apps-4.17.0-%20?labelColor=%233E464F&color=%232FC050)
# 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.
Expand All @@ -10,7 +12,7 @@ You can choose of a variety of different chart types like: bar, line, spline, ar
https://demos.conterra.de/sandbox/resources/apps/downloads_charting/index.html

## Installation Guide
**Requirement: map.apps 4.8.0 since version 1.9.0**
**Requirement: map.apps 4.11.0 since version 1.10.1**

[dn_charting Documentation](https://github.com/conterra/mapapps-charting/tree/master/src/main/js/bundles/dn_charting)

Expand All @@ -30,4 +32,4 @@ $ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
```
```

0 comments on commit a08ffcd

Please sign in to comment.