walterra / d3-milestones

A d3 based timeline visualization.
https://walterra.github.io/d3-milestones
Other
144 stars 27 forks source link

Url and open link in new window #44

Closed Juuso1 closed 2 years ago

Juuso1 commented 2 years ago

Hi,

I try to use _blank attribute in this module and try to open link in new window. Where do I add this _blank attribute?

BR, Juuso

Erickud commented 2 years ago

Hello @Juuso1 , I have the same issue and I resolve by using in header of html <base target="_blank"> BR

walterra commented 2 years ago

v1.3.0 now includes option urlTarget which allows you set the target attribute. See README.md for details.