I recently started getting into Vega to reduce the amount of D3.js
coding for more or less typical charts. However, for complex dashboards, interactions between the Vega
charts using signals is still a bit tricky for me.
Is there a way to load "standard" Vega
chart into HTML
page and then access its elements using D3? When I deploy Vega
examples using Vega-Embed, the only element connected to a chart is a canvas:
<canvas width="542" height="297" class="marks" style="width: 434px; height: 238px;"></canvas>
In other words, is there a solution to export Vega
with accessible DOM elements?