VegaLite.jl
VegaLite.jl copied to clipboard
Julia bindings to Vega-Lite
This is an experimental proposal for this issue: https://github.com/queryverse/VegaLite.jl/issues/253 It produces a resizable div container for every plot and fires a window resized event if the div size has changed....
See discussion [here](https://github.com/queryverse/VegaLite.jl/pull/227#discussion_r361777632). For now I'll put this on the backlog, I want to think a bit about it.
It would be nice to be able to write `facet = { column = "type:n" }` instead of as above.
Thanks for VegaLite.jl; it is superuseful. I see the upcoming feature of outputting html but is there also a plan for how we can stream data to the "front-end" and...
We are still missing a lot of the examples from the original vega-lite documentation in our own documentation. Porting these examples also is a great test for our API and...
It appears that there is no checking being done by VegaLite.jl of `@vlplot`'s arguments, so whenever I mistype something, I won't know until I load the plot in a browser...
I think altair does that somehow. Would probably be a pretty complicated problem that needs a fair bit of planning... But it would of course be awesome if we could...
(as discussed in https://discourse.julialang.org/t/vegalite-jl-render-as-raw-image/28645) It would be great if VegaLite.jl could automatically render alternative output formats (PDF, PNG, PDF). This can be handy for large data sets where the overhead...