Dominik Moritz
Dominik Moritz
Latest status is what's in this issue. I don't have the cycles to fix this unfortunately. Pull requests are very welcome.
[It looks like we're only testing it for integers](https://github.com/vega/ts-json-schema-generator/search?q=asType&unscoped_q=asType). Could you check whether it works there and where we might have a bug?
Thanks for looking into this. I've honestly not really used this feature.
It hasn't been a goal for me but I'm happy to review a pull request toward this goal.
We rely on this in `cli.py` as well
Responsiveness works in https://vega.github.io/editor/#/examples/vega-lite/bar_size_responsive. Can you clarify what is not working? Which versions of Vega and Vega-Lite are you using?
React vega uses vega-lite via vega-embed. Only vega-lite 4 has support for responsive charts.
No https://github.com/vega/react-vega/blob/master/packages/react-vega/package.json#L27
Related issue in Vega-Embed: https://github.com/vega/vega-embed/pull/490
Thank you for filing the issue. If you send a pull request with a fix, please add a test case with a minimal example that reproduces the issue. The example...