A tooltip plugin for Vega and Vega-Lite visualizations.
The development of Vega Tooltip is led by Zening Qu, with significant help from Kanit "Ham" Wongsuphasawat and Dominik Moritz.
http://vega.github.io/vega-tooltip/
For Vega-Lite: vl.tooltip(vgView, vlSpec[, options])
For Vega: vg.tooltip(vgView[, options])
- In the project folder
vega-tooltip
, type commandnpm install
to install dependencies. - Then, type
npm start
. This will build the library and start a web server. - In your browser, navigate to
http://localhost:4000/
, where you can see various Vega-Lite and Vega visualizations with tooltip interaction.