brucala
brucala
It seems that boxplots don't work with `params`. Here is a MWE: ```json { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": {"url": "data/penguins.json"}, "mark": "boxplot", "encoding": { "y": {"field": "Species", "type": "nominal"}, "x": {...
My first contribution to Yggdrasil. I based this on similar rust builds. Hope it works... not sure what's the best way to test that it does.
# Motivation I'm a big fan of Vega-Lite and python's altair, and I'm very happy that this great julia version exists. I find VegaLite.jl very powerful, however I was initially...
Currently saving charts relies on `NodeJS` (and that's the only reason Deneb.jl depends on NodeJS). An alternative (currently used by Altair) is to use [vl-convert](https://github.com/vega/vl-convert) instead. [Blog post](https://medium.com/@jonmmease/introducing-vlconvert-c763f0076e89) about vl-convert....
https://vegafusion.io/
Due to the shorthand string syntax, using chars like `(` or `:` in the `Encoding` can give unexpected results: ```julia julia > Encoding("Beak Length (mm):Q") Deneb.EncodingSpec: { "x": { "aggregate":...