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
According to this one should set a new loader in the options parameter of the vega.View / vegaEmbed constructor.
Is there a way to do this using react-vega ?
Is there access to the vega.loader object, so one can pass the following as options ?
{
loader: vega.loader({target: '_blank'})
}
Thank you !
The text was updated successfully, but these errors were encountered:
Hello,
According to this one should set a new loader in the options parameter of the
vega.View
/vegaEmbed
constructor.Is there a way to do this using
react-vega
?Is there access to the vega.loader object, so one can pass the following as
options
?Thank you !
The text was updated successfully, but these errors were encountered: