livebook-dev / vega_lite

Elixir bindings for Vega-Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How Can I Render a Chart from JSON

joeybellerose opened this issue · comments

I'm hoping this is a simple question, but it's at least one I couldn't figure out.

I have some Vega-Lite JSON that I'd like to use to render a chart in livebook, but I can't figure out how to get it to work. I keep getting the VegaLite struct to render.

What am I missing here?

Thanks in advance for your time.

image

Do you have the kino_VegaLite dependency?

Nope! That was the problem. I knew it had to be something simple. Thanks so much for the help!