Dominik Moritz
Dominik Moritz
Sounds great. Do you want to join the Vega slack and chat with us Vega-Lite devs about your plans?
I would love a browser built as well. It would be especially great if one could load it on https://observablehq.com, which best works with esm or amd builds.
@mbostock @tmcw What do you think about this?
Here are a few demos of how to use streaming data and the reactive features of Vega: https://beta.observablehq.com/@domoritz/reactive-vega-lite and https://beta.observablehq.com/@domoritz/vega-lite-demo-with-streaming-data. All I needed here was access to the Vega view...
I'd like to fix this issue. I'm working on an observable module that uses Vega-Embed to render the chart. It will look similar to https://beta.observablehq.com/@domoritz/vega-lite-demo-with-vega-embed. Now I wonder how I...
Here is what I'm currently experimenting with https://beta.observablehq.com/d/d20180516e86a3b3
https://beta.observablehq.com/@domoritz/vega-embed-observable-package-experiments and it's using the packages from https://github.com/vega/vega-observable.
@Fil Thanks for the bug report. I fixed it and it should work again once the CDN updates.
The tooltips can't work on pure line or area charts because these are only a single mark. You can add an overlay with points to make it work. See https://github.com/vega/vega-tooltip/issues/120
We are working on a tooltip specification for Vega and Vega-Lite. Until then, I recommend not to make any changes to this library and just use the Vega and Vega-Lite...