xvega icon indicating copy to clipboard operation
xvega copied to clipboard

A C++ API to Vega-Lite.

Results 8 xvega issues
Sort by recently updated
recently updated
newest added

I have the issue that even the examples are very slow to run (multiple minutes) ``` #include "xvega/xvega.hpp" using namespace xv; auto df = url_data().url("https://vega.github.io/vega-datasets/data/cars.json"); auto x_enc = X().field("Miles_per_Gallon").type("quantitative"); auto...

Hi, I hope you are fine. First of all, I must thank you for this tool that you have developed is quite interesting and helpful. Sir, I am facing an...

Hi team, I noticed that we only have a to_json() function for Config or other settings, if we can have functions like from_json(), then it will be much easy for...

This is just a simple experiment for @madhur-tandon. How does this impact compilation time for the first cell?

They fail with `unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.`

When building static libraries only (e.g. emscripten-forge), `find_package(xvega REQUIRED)` fails because there are no static targets installed. ```sh CMake Error at $PREFIX/lib/cmake/xvega/xvegaConfig.cmake:45 (include): include could not find requested file: $PREFIX/lib/cmake/xvega/xvegaTargets.cmake...