Dominik Moritz
Dominik Moritz
It's not clear where to set the config from https://github.com/vega/compassql#usage
How are these different? https://github.com/vega/compassql/blob/master/src/constraint/spec.ts#L320 and https://github.com/vega/compassql/blob/master/src/constraint/spec.ts#L623
See https://github.com/vega/falcon/search?q=v4
The data processing code and view creation code is pretty clean but https://github.com/uwdata/falcon/blob/master/src/app.ts is a bit of a mess. I think it would benefit from a rewrite with a proper...
It would be nice to decouple the computations from the main thread.
Many of the charts use the same filters. Every chart is filtered by brushes in any other chart. If there is only one brush, we only have two filterings. This...
Not sure why but the index build times in the mapd examples are slow now.
ESLint is a JavaScript and TypeScript linter: https://eslint.org/. To work on this issue, you can start by looking at https://github.com/vega/vega-lite/ for inspiration about the rules to use and the setup...
 from https://github.com/vega/vega-lite/issues/4208#issuecomment-471194774
Add support for theming with Vega configs (https://vega.github.io/vega/docs/config/).