Dominik Moritz
Dominik Moritz
[Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykSArJQBWENgDsQAGgxwaZLGgBMABhUycSACZaa4smgEytSTClQBtUOKQI4aEGaYAbezOJJnDOBDRWQUKbkbABOAJ5+IACC0iAAQiAAugC+UqCBmMHhDgDCIKnpQWShEegAIvkpiTLQnj5+1rb26LWusZhhOM0gTEjiWrFabMh6aKAmZg5ObTIAZjRwzgPoGVkRqSAhfWTd8PKKydUgSAAe9ZagoQvimA6us7c1gW0tz24gzkhMi3FIEIt6boIGg6NqHZJAA) ```json { "$schema": "https://vega.github.io/schema/vega/v5.json", "height": 200, "padding": 5, "data": [ { "name": "table", "values": [ {"category": ["A", "B"]}, {"category": "C"}, {"category": "D"} ]...
In this meta-issue, I want to collect strategies for improving Vega's computation and rendering performance. Related issues * Support interactive framerates on large heatmaps #1806 * Look into desynchronized canvas...
It would be great if one could view PDFs in the browser instead of having to download them before viewing them. Viewing seems to be the standard behavior of most...
When compiling apache/arrow with the latest closure compiler on node 16 and Debian, we get this error ``` [03:34:57] Error: gulp-google-closure-compiler: /arrow/js/node_modules/google-closure-compiler-linux/compiler: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /arrow/js/node_modules/google-closure-compiler-linux/compiler)...
I would like to programmatically add alternative texts for screen readers to images. Is that possible right now? The way the feature could be used is to identify a node...
The font changes in the middle of the article in S1.p5.1. **Desktop (please complete the following information)** - OS: macOS - Browser Safari
It would be great if there was support for installing jupyterlab via home-brew (e.g. `brew install jlab`, `brew install jupyterlab-desktop`).
This should allow esm imports. The `module` field is usually used but some bundlers are not preferring it since exports is standardized in node. https://nodejs.org/api/packages.html#package-entry-points In the future, we could...
Developers, for now, roll back to a pre-vote version: 53b8515f8adef9fb2aa3b578c8ff7275ddd15969
While it's true that we currently load Vega-Lite 4, this doesn't need to be the case so I removed the restriction here. In fact, now that Altair supports Vega-Lite 5,...