Jon Mease
Jon Mease
It would be nice if there was a way to allow people to keep setting the old aliases without displaying them as being registered. I personally don't see much benefit...
vl-convert has a [get_themes](https://github.com/vega/vl-convert/blob/4bc673483aa8f4f9586d1646e3449284361d8169/vl-convert-python/vl_convert.pyi#L190) function for retrieving all of the available themes, do we want an analogues `get_schemes` method? We could dump these during build so as to not depend...
> Would you be able to get the contents of each scheme/palette that way? I haven't looked at this in detail, but if we can write a JavaScript snippet that...
Hi @cyyeh, thanks for the report. `"title"` here is getting parsed as `"Age " + [U+0002 control character] + "1"`. Could you add more context on what you're hoping will...
Ah, I see, thanks for clarifying. That makes sense. I think we could strip the invalid character for the purpose of text measurement (which is causing the panic above), and...
Yes, all of the image export paths start with SVG
This will be fixes as part of PR #230 (Canvas 2D Polyfill for PNG Rendering), which replaced the SVG-based text measurement with a canvas-based approach using `cosmic-text`.
You can try this out in [2.0.0-rc1](https://github.com/vega/vl-convert/releases/tag/v2.0.0-rc1). Feedback appreciated!
VegaFusion 2.0 does support full compilation to wasm, as in the editor demo here https://github.com/vega/vegafusion/tree/main/examples/editor-demo. After taking a look at this, see if you have ideas on how you'd like...
Huh, it's just a regular class method defined here https://github.com/vega/altair/blob/a196172329fb6d03529bf21a7f58c8bb0f698dd4/altair/jupyter/jupyter_chart.py#L132-L145 Here's the PR: https://github.com/vega/altair/pull/3305 You could try opening `~/.pyenv/versions/3.12.1/lib/python3.12/site-packages/altair/jupyter/jupyter_chart.py` and check whether the `enable_offline` is there. If not, there's probably...