Andrew Turner

Results 49 comments of 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: ![image](https://user-images.githubusercontent.com/1218/98855275-bbec0b80-2429-11eb-83c4-447920ac39a3.png) 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?

![vega_live_editor](https://cloud.githubusercontent.com/assets/1218/5675459/990767ac-978c-11e4-86a0-d1a1d0b5b62f.png) ``` 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: ![vega_live_editor](https://cloud.githubusercontent.com/assets/1218/5675567/a86b4986-978f-11e4-9a29-3e41e7179adf.png) ``` 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