vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
261 B

  1. div.network-tooltip {
  2. position: absolute;
  3. visibility: hidden;
  4. padding: 5px;
  5. white-space: nowrap;
  6. -moz-border-radius: 3px;
  7. -webkit-border-radius: 3px;
  8. border-radius: 3px;
  9. border: 1px solid;
  10. box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
  11. }