Home
All Communities
Products
Developers
Industries
Global Communities
Services & Learning
Networks
Esri Events
ArcGIS Topics
User Groups
Events
ArcGIS Ideas
Community Resources
Community Blog
Community Feedback
Community Help
Member Introductions
MVP Program
Discussions
Help
Home
Products
ArcGIS Dashboards
ArcGIS Dashboards Serial Chart — Can bar colors be driven by category/subtype values?
MohamedTahaAlmakkiMohamed
Hi everyone,
I am working in ArcGIS Dashboards and using a Serial Chart based on a data expression.
My Arcade expression groups the data by the field "Use" and calculates:
- parcel_count = COUNT
- total_area = SUM(area_field)
Example:
var p = Portal('
https://www.arcgis.com');
var fs = FeatureSetByPortalItem(
p,
'<item_id>',
0,
['Use', 'area_field'],
false
);
return GroupBy(
fs,
['Use'],
[
{ name: 'parcel_count', expression: '1', statistic: 'COUNT' },
{ name: 'total_area', expression: 'area_field', statistic: 'SUM' }
]
);
The chart is working correctly and shows one category per use type on the axis. However, the colors are applied by series:
- one color for total_area bars
- one color for parcel_count markers/line
What I need is different:
I want each bar/category under "Use" to have its own color based on the subtype/category value itself, ideally matching the subtype or layer symbology if possible.
My questions are:
Is it possible in ArcGIS Dashboards Serial Chart to color bars by category/subtype instead of by series?
If not, is there any workaround to make subtype/category colors appear in a Serial Chart?
Can Dashboards read subtype/layer symbology colors directly into chart categories?
From what I understand, Serial Charts in Dashboards seem to apply color at the series level, and I found related Esri Community posts/ideas asking for bar color by category and for using layer symbology in Dashboard charts.
Any guidance or recommended workaround would be appreciated.
Thanks.
Screenshot 2026-06-25 101831.png
AndresCastillo_0-1745019101968.png
Find more posts tagged with
Status: Open
Comments
There are no comments yet
Join the Conversation
Sign in to post, follow content, and more. New here? Register for free.
Sign In
Register
Quick Links
All Communities
Recent Posts
User Groups
Followed Content
Community Help