Jonathan Zong
Jonathan Zong
@domoritz @arvind this is ready for review. we were thinking hold off on docs and examples until a later PR, but let us know if you'd rather us include it...
i was able to run `yarn format` with no problems, we've been using the eslint config
first round of comments has been addressed. pending todos: - question here https://github.com/vega/vega-lite/pull/8921#discussion_r1336304428 - find some time to talk about how runtime testing works
We are indeed just waiting for a review
i believe this supersedes https://github.com/vega/vega/pull/1839 which is also very stale anyway
I found a potential problem here: [ops in `selectionResolve`](https://github.com/vega/vega/blob/11a33fbc0de9b9b45c91658708bd96ee9b00b8d6/packages/vega-selections/src/selectionResolve.js#L89) do a lookup with the first letter of the type name, which is assumed to be E or R. Since we...
I'm experiencing the same issue, could we get this merged in? @dodo
fyi i've made a quick and dirty VL contour plot spec and prototype compiler, motivated by getting lightweight contour plots into [olli](https://github.com/mitvis/olli). i can't really commit to thinking this all...
Thanks for noticing this! The project is quite old so I won't be actively maintaining it, but I welcome PRs from anyone who is interested in making this adjustment.