Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy way to export Vega interactive Visualization into PowerPoint (and keep interactivity)

Tags:

vega-lite

vega

Looking to export Vega (or Vega-Lite) into PowerPoint as an interactive visualization. Are there any known libraries/techniques to do this easily? If not with Vega, are there other interactive visualization libraries you would recommend with this capability?

like image 559
Alan J Avatar asked Nov 20 '25 10:11

Alan J


1 Answers

Interactive Vega/Vega-Lite charts are rendered via HTML and Javascript, so your question is equivalent to asking whether arbitrary HTML/JS documents can be displayed in Powerpoint. The answer appears to be yes, if you're using Powerpoint Online with the WebViewer addon; see Editable HTML, CSS and Javascript within Powerpoint Presentation?

You can create an HTML view of your chart using Vega-Embed, and then use this in the online powerpoint.

like image 199
jakevdp Avatar answered Nov 22 '25 04:11

jakevdp