Andrew Turner
Andrew Turner
Curious in this app experience what should mouse over and out do? Only control the infowindow but not other explicit selects?
I put this JSON in the [custom editor](https://esri.github.io/cedar/) and saw this:  can you clarify which regions are not showing correctly? ```json { "type": "area", "datasets": [ { "url": "https://gulfpub-gisstg.esriemcs.com/server/rest/services/EWA_Global_Assets/MapServer/3",...
Looking at the graphic, I do see there is an issue where they series are "cross-linked" to one another. There may be an issue with how the Join is being...
@abakirov Yes - looking at the Stack - (Application) - Cedar - JS Functions - Vega - specification templates - D3 - SceneGraph or JS Functions We would like to...
@abakirov that's generally the idea. What would you think of that?
Similar example http://jlord.us/sheetsee.js/docs/custom-charts.html
I prefer option 1 For loading dependencies, can engines do this themselves at load time? Inject script tags for libraries?
 ``` json { "width": 700, "height": 400, "data": [ { "name": "crimes", "url": "http://maps2.dcgis.dc.gov/dcgis/rest/services/FEEDS/CDW_Feeds/MapServer/8/query?where=1%3D1&outFields=REPORTDATETIME%2CWARD&returnGeometry=false&f=pjson", "format": {"type": "json", "property": "features", "parse": {"attributes.REPORTDATETIME":"date"}} } ], "scales": [ { "name": "x", "type":...
Another type:  ``` json { "width": 700, "height": 700, "data": [ { "name": "crimes", "url": "http://maps2.dcgis.dc.gov/dcgis/rest/services/FEEDS/CDW_Feeds/MapServer/8/query?where=1%3D1&outFields=OFFENSE%2CSHIFT%2CREPORTDATETIME%2CWARD&returnGeometry=false&f=pjson", "format": {"type": "json", "property": "features", "parse": {"attributes.REPORTDATETIME":"date"}} }, { "name": "variety", "source": "crimes",...
Vega 2 provides interaction and selection. I'm talking with the team about upgrading