Experience builder - Gauge chart

4878
16
11-17-2023 03:14 AM
ElieRizk2
Emerging Contributor

we are planning to build a dashboard using the ArcGIS experience builder. but we aren't able to find how to create a gauge.

kindly anyone has information on how can reach our target?

0 Kudos
16 Replies
michelle-maps
Occasional Contributor

Was this ever fixed? Is there still no way to label a gauge chart? 

0 Kudos
vinayvamshikrishna
New Contributor

Hi can you share this guage logic code or any wr fo8nd pls give as soon as possbile its urgent requiement

0 Kudos
Wei_Ying
Esri Regular Contributor

@vinayvamshikrishna what do you mean logic code? If you download developer edition, you should be able to see the Chart widget code. 

0 Kudos
GhaidaAlswayed
Emerging Contributor

can you tell me where can i find it exactly? because I'm trying to modify via coding it or create new custom widgets 

Thank you 

 

0 Kudos
Wei_Ying
Esri Regular Contributor

You can find the code at directory:  ./client/dist/widgets.
Chart widget is in "Common" - "Chart" folder

0 Kudos
GhaidaAlswayed
Emerging Contributor

I'm trying to add "GW" notation. there's any documentation explain how to modify the gauge? 

0 Kudos
Wei_Ying
Esri Regular Contributor

@GhaidaAlswayed Where do you want to add the notation? Do you mean change the notation of the displayed value? You can change the notation at value format 

Wei_Ying_0-1747203523750.png

For other note, so far Gauge does not support adding title or description. But you can use Text widget on top of the chart to add any note.

 

0 Kudos