livebook-dev / vega_lite

Elixir bindings for Vega-Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you encode an array?

dustinfarris opened this issue · comments

e.g.

"encoding": {
    "x": {"timeUnit": "yearmonthdate", "field": "date"},
    "tooltip": [
      {"timeUnit": "yearmonthdate", "field": "date"},
      {"field": "temp_max", "type": "quantitative"},
      {"field": "temp_min", "type": "quantitative"}
    ]
  },

Hey @dustinfarris, good catch! I've just created #15 to address it :)

Released in v0.1.1!

Thanks! ❤️