almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge title property is not working.

batman6 opened this issue · comments

Please make sure to read the following list before creating a new issue:

  • This issue tracker is not supposed to be used for questions on how to use visjs. It is intended to be used for bug reports and feature requests! In case you face yourself with a usage question, then post your question e.g. on stackoverflow tagged with "vis.js".
  • Have you already used the github search, read the documentation and looked at the examples?
  • Make sure to mention which vis-component (network, timeline, graph2D, graph3d) you are referring to.
  • Make sure to use the latest version of vis.js for bug reports.
  • Make sure to mention which browser and OS you are using when creating a bug report.
  • Please provide a minimal code example that demonstrates your issue. We recommend using jsbin for that.
  • Delete this list from the actual issue.

var options = { interaction: { hover: true, hoverConnectedEdges: true, tooltipDelay: 30, selectable:true, }, edges:{ chosen: true, hoverWidth: 5, title: "Hello" } };
This is my options block. The title property works fine for nodes by not for edges.
Please help.