Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build charts based on statistics grouped by distinct values from a single field #81

Open
1 task done
hhkaos opened this issue Oct 17, 2023 · 0 comments
Open
1 task done
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hhkaos
Copy link
Member

hhkaos commented Oct 17, 2023

Check existing issues

Execution profile

Popup

Is your feature request related to a problem? Please describe.

I need a dynamic way to render charts based on summary statistics for categories from a single field (because the underlying data in changing constantly).

An image chart is worth a thousand words.

Describe the solution you'd like

I want to be able to generate charts like this based on a point layer:

Pie chart - Based on category (e.g. crime type):
Binning Pie chart – the total number of crimes for each type.


Line chart - Based on time field (e.g. crime date):
Line chart – the total number of crimes that occurred in each month of the year

Describe alternatives you've considered

Precalculate fields using Aggregate fields tool, ArcGIS Pro, etc. (but it doesn't work when my data is static), or building custom code on each app

Additional context

This article and this webmap provide examples on how to do that.

@hhkaos hhkaos added enhancement New feature or request good first issue Good for newcomers labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant