almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Add graph3d tooltip delay option #4262

Open eanar opened 5 years ago

eanar commented 5 years ago

Small change to allow setting the tooltip delay from the options settings:

var options = {
        ...
        tooltipDelay: 300,
        ...
}