I've embedded interactive Altair/Vega-Lite charts in a Wordpress page: https://pierreh.eu/a-decade-of-office-notebook-processors/. It mostly works fine (the embedding method is mostly the classical Vega-Embed README, with Wordpress specific bits described in https://pierreh.eu/vega-lite-wordpress/) However, the display of the tooltip, which is a multiline one breaks: - The location and size is wrong (huge blank rectangle). - not 100% of the time though, sometimes it works For the comparison, I've embedded the same json chart specifications in a blank page: https://pierre-haessig.github.io/notebook-cpu-performance/Geekbench%206%20plots/CPUs_bydate.html See screenshots in the discussion https://github.com/vega/vega-lite/discussions/9608