Dominik Moritz
Dominik Moritz
Super cool! Should the branch preview be working?
Please add an example in the issue. Also, would you be willing to look into a fix?
We should try to be consistent. The height: 0 issue may just be a specific case of a larger issue. In general, in Vega-Lite we aim to render a spec...
@horvathaa what do you need to send a pull request?
@horvathaa checking in to see if I should hand this off
Yep, that's a workaround but not a fix. I don't think many people want to have a chart of height 0 anyway but it's good to fix this.
Thanks for the follow up. Take your time with the deadline and all the best. This is not pressing at all, but we should fix it eventually so I wanted...
No updates if there is no update in the issue. Help (e.g. a pull request or triaging/investigations into issues) is always welcome!
I can repro this with a small plain example ```js import { coordinator, wasmConnector } from '@uwdata/mosaic-core'; import { loadParquet } from '@uwdata/mosaic-sql'; import * as vg from '@uwdata/vgplot'; async...
```js vg.plot( vg.lineY( vg.from("aapl"), {x: "Date", y: "Close", stroke: 'Symbol', tip: true} ), vg.colorLabel("Symbol"), vg.width(680), vg.height(200) ) ``` works as expected