You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice to have this if we can make the callbacks work. Else we will have to implement a menu ourselves. One caveat, for example, is that HTMLRenderer doesn't do a File Browser (File Save, File Open) window, so that might be a problem.
The text was updated successfully, but these errors were encountered:
Looks like the SVG/PNG links are data URLs and it doesn't look like HTMLRenderer sends callback requests to APL for those - I also know that there is no SaveAs-style file browser in HTMLRenderer, so we'd have to implement our own. Perhaps there are settings that modify what these buttons should do, but we might be better off implementing our own features anyway.
Refers to the default menu provided by vegaEmbed (save as... view source etc.)
in #.VegaLite.Html.InnerBody
b,←'vegaEmbed(''#vis'',vlSpec, {"actions": false});'
It might be nice to have this if we can make the callbacks work. Else we will have to implement a menu ourselves. One caveat, for example, is that HTMLRenderer doesn't do a File Browser (File Save, File Open) window, so that might be a problem.
The text was updated successfully, but these errors were encountered: