vega / voyager2

Deprecated version of Voyager 2 (in Angular), please use https://github.com/vega/voyager.
https://vega.github.io/voyager2/
Other
33 stars 17 forks source link

TxN without timeUnit, mark shouldn't be bar #259

Closed light-and-salt closed 8 years ago

light-and-salt commented 8 years ago
{
  "data": {"url": "data/birdstrikes.json","formatType": "json"},
  "transform": {},
  "mark": "bar",
  "encoding": {
    "x": {"field": "Flight_Date","type": "temporal"},
    "y": {"field": "Aircraft__Airline_Operator","type": "nominal"},
    "color": {"aggregate": "count","field": "*","type": "quantitative"}
  },
  "config": {
    "overlay": {"line": true},
    "scale": {"useRawDomain": true},
    "facet": {"cell": {"width": 150,"height": 150}}
  }
}

screen shot 2016-09-08 at 3 12 50 pm

Observed in user study

kanitw commented 8 years ago

Moved to https://github.com/uwdata/compassql/issues/278