vl-convert icon indicating copy to clipboard operation
vl-convert copied to clipboard

Utilities for converting Vega-Lite specs from the command line and Python

Results 40 vl-convert issues
Sort by recently updated
recently updated
newest added

It just came out, no rush! :) But maybe we can release Altair 5.4 directly with VL 5.20 support. As there are still a few PRs open, I don't expect...

For some reason, the attached chart transforms into the attached svg file. It seems like text placement is failing. Vega editor renders it properly. [P07.json](https://github.com/user-attachments/files/16367233/P07.json) ![P07](https://github.com/user-attachments/assets/69077b5c-ec61-4085-9aa4-0e63139a0aa2) I also tried with...

bug

Saving a chart from Python as png or svg fails when the process has no stdin. This can happen when Python is embedded in another application, or when running a...

https://github.com/vega/vl-convert/tree/main/vl-convert-python#convert-altair-chart-to-svg-png-and-vega still uses Altair 4.

documentation

### What happened? Dear developers, I'm not sure if this is well known, but the following code ```python import altair as alt import joblib import pandas as pd import os...

bug

first off: thank you so much, for this super helpful tool! 🙂 1.7.0 builds fine on other platforms (e.g. win10, ubuntu 2404 lts), but on alpine 3.20 cargo fails to...

When converting a large VegaLite spec, the JS runtime OOMs and results in a crash. See https://github.com/vega/vl-convert/commit/4ee79be082a412f113eb30a07f11eb0522d130ae for an example reproducing this. This is the output: Output ``` $ cargo...

Hello, thank you for this fantastic package! The following modified example from `vl-convert-rs` results in a segfault: ```rust use vl_convert_rs::converter::VlOpts; use vl_convert_rs::{VlConverter, VlVersion}; #[tokio::main] async fn main() { let vl_spec:...

Try to repro #206 on circleci

Is there an example of how to integrate this into HTML/Javascript? I don't mind adding a button to go back to the server and utilize your Python example, but ideally...