Andrew Turner

Results 48 issues of Andrew Turner

close, but needs more work ![vega_live_editor](https://cloud.githubusercontent.com/assets/1218/5675185/2a6cf790-9786-11e4-92ad-1ed3a33d2e3d.png) ``` json { "width": 700, "height": 400, "data": [ { "name": "cars", "url": "http://opendata.arcgis.com/datasets/3979e158e3b941dbaac1227c4f0a200d_0/FeatureServer/0/query?where=1=1&outFields=*", "format": { "property": "features" } }, { "name": "fields", "values":...

enhancement
v0x

``` json "inputs": [ {"name": "count", "type": ["numeric","string"], "required": true}, {"name": "group", "type": ["string"], "required": false}, {"name": "aggregate", "type": ["option"], "options": ["sum","avg"], "required": false, "default": "sum" }, {"name": "label", "type":...

enhancement
Specification
v0x

![esri_cedar](https://cloud.githubusercontent.com/assets/1218/5585326/ece2e770-9075-11e4-9b90-6d014d1f9a0b.png)

bug
v0x

![esri_cedar](https://cloud.githubusercontent.com/assets/1218/5585320/db78e2c8-9075-11e4-9296-745203e6bddf.png) ### Options - http://bl.ocks.org/dbuezas/9306799 - http://bl.ocks.org/Guerino1/2295263 - http://d3pie.org/ - https://blog.safaribooksonline.com/2014/03/11/solving-d3-label-placement-constraint-relaxing/

bug
v0x

Time series data - linear chart that allows brushing and zoom. See Vega v2 for examples with declarative interaction

Chart Type
v0x

- Default looks good - Ability to override with d3 commands ![ebola_crisis_page_-_humanitarian_data_exchange](https://cloud.githubusercontent.com/assets/1218/5499730/746b25f8-8703-11e4-9760-96d98e960e10.png)

Library API
v0x

Using perhaps [Keen](https://github.com/keen/dashboards) to populate an interactive/configurable dashboard.

Example
v0x

Add documentation example of continuous updating (e.g. traffic or sensor datasets) ``` json var chart = new Cedar(); setInterval(function(){ chart.update(); }, 3000); ```

enhancement
Library API
v0x

Whiteboard mock of a simple Cedar explorer - Copy & Paste CSV or JSON - Feature Service URL? - Choose Chart Type - Choose attributes based on chart type any...

Medium
0 - New
v0x