vega / polestar

Lightweight Tableau-style interface for visual analysis, built on Vega-lite.
http://vega.github.io/polestar
Other
367 stars 47 forks source link

dayScaleLabel and monthScaleLabel are always included in the Vega-lite Encoding Box #307

Closed kanitw closed 8 years ago

kanitw commented 9 years ago

should be some minor bug

{
  "marktype": "bar",
  "encoding": {
    "x": {"name": "Acceleration","type": "Q","aggregate": "avg"},
    "y": {"name": "Cylinders","type": "O"},
    "color": {"name": "Origin","type": "O"}
  },
  "config": {
    "singleHeight": 400,
    "singleWidth": 400,
    "largeBandMaxCardinality": 20,
    "dayScaleLabel": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
    "monthScaleLabel": [
      "January",
      "February",
      "March",
      "April",
      "May",
      "June",
      "July",
      "August",
      "September",
      "October",
      "November",
      "December"
    ]
  },
  "data": {"url": "data/cars.json"}
}

pole _and_new_issue_ _uwdata_polestar