Using Arcgis server 10.3.1 and JS API 3.13,
I need to show graphs on a map for a bunch of features at the same time in order to show statistical spread of data among other things.
The alphanumeric data is not stored at the server, and is received at the browser level in Json format.
I also have access to the alphanumeric data at the DB level, if that can help.
Is there any widget that suits the scenario above?
Shay,
you could use this to show the information: dojox.charting — The Dojo Toolkit - Reference Guide
Tim
Shay,
Esri is also getting into charts: Cedar Quickstart | Esri Cedar
we need those charts to be on the map, as part of the map, moving and zooming with it
Thank tim,
Is it possible to geometry align this widget.
yaniv
Cedar is great b/c it works with feature services right out of the gate. Chartist - Simple responsive charts is another option. Need to code a bit more to create your data series but light-weight with no dependencies.
Hi shay,
do you need to display the graphs on the geographic map, as a symbol, or as a html widget ?
Google Charts has a heap of options but will probably take a bit longer to get started: