vega / react-vega

Convert Vega spec into React class conveniently
http://vega.github.io/react-vega/
Other
380 stars 67 forks source link

Open links in a new window #605

Open andreigh opened 4 months ago

andreigh commented 4 months ago

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 ?

{
  loader: vega.loader({target: '_blank'})
}

Thank you !