VegaLite.jl icon indicating copy to clipboard operation
VegaLite.jl copied to clipboard

Julia bindings to Vega-Lite

Results 70 VegaLite.jl issues
Sort by recently updated
recently updated
newest added

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.

enhancement

It would be nice to be able to write `facet = { column = "type:n" }` instead of as above.

enhancement

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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement

(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...

enhancement
help wanted