VegaLite.jl
VegaLite.jl copied to clipboard
Julia bindings to Vega-Lite
See here: https://github.com/vega/vega-bundler
Back in the distant past we used Cairo.jl and Rsvg.jl to create PNG and PDF files. There were various issues that caused us to move away from that, but it...
Hey @DilumAluthge @davidanthoff @mcmcgrath13, It feels like this package could use a bit of attention...mainly judging by the fact that new users post issues / questions on a regular basis,...
cc: @davidanthoff
@vlmod
I'm wondering whether we should add a more powerful modification API, something like the existing Setfield.jl story, but with more options. The background for this is that I want to...
I am creating this issue to document the use of `(` and `)` that are in the docs. This took me a long time to figure out since 1) I...
Maybe I should file this upstream but it seems resolving independent axes is not well documented ([see here](https://vega.github.io/vega-lite/docs/resolve.html) [and here](https://vega.github.io/vega-lite/docs/facet.html#resolve)). I am happy to open a PR if that is...
The `Plots` package uses the ordering of categorical values when plotting series data, changing the order of assigning colors and in the legend. Currently, `VegaLite` does not respect the ordering...
Hey all, this is in regards to this thread: https://stackoverflow.com/questions/64849353/julia-vegalite-jl-how-to-disable-the-warninigs/64852944?noredirect=1#comment114697860_64852944 The crux of the issue is that these warnings below only show up in a notebook (and not when running...