Displaying graphs using Java script API

4528
8
05-26-2015 12:18 PM
shayamrany
New Contributor

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?

8 Replies
TimWitt2
MVP Alum

Shay,

you could use this to show the information: dojox.charting — The Dojo Toolkit - Reference Guide

Tim

RickeyFight
MVP Regular Contributor

Shay,

Esri is also getting into charts: Cedar Quickstart | Esri Cedar

YanivArazi1
New Contributor

we need those charts to be on the map, as part of the map, moving and zooming with it

0 Kudos
RickeyFight
MVP Regular Contributor

Yaniv,

Look at this example: Esri Cedar

The chart values change as the map extent changes. 

YanivArazi1
New Contributor

Thank tim,

Is it possible to geometry align this widget.

yaniv

0 Kudos
BenFousek
Occasional Contributor III

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.

YanivArazi1
New Contributor

Hi shay,

do you need to display the graphs on the geographic map, as a symbol, or as a html widget ?

0 Kudos
OwenEarley
Occasional Contributor III

Google Charts has a heap of options but will probably take a bit longer to get started: