From paulierco, 3 Years ago, written in YAML.
Embed
  1. ###Network Map
  2. $config['network_map_items'] = array('xdp');
  3. $config['network_map_vis_options'] = '{
  4.      "nodes": {
  5. "borderWidthSelected": null,
  6. "color": {
  7. "highlight": {},
  8. "hover": {}
  9. },
  10. "font": {
  11. "size": 24,
  12. "strokeWidth": null
  13. },
  14. "shapeProperties": {
  15. "borderRadius": null
  16. },
  17. "size": null
  18. },
  19. "edges": {
  20. "font": {
  21. "size": 19,
  22. "align": "top"
  23. },
  24. "smooth": {
  25. "forceDirection": "none"
  26. }
  27. },
  28. "physics": {
  29. "forceAtlas2Based": {
  30. "gravitationalConstant": -200,
  31. "centralGravity": 0.005,
  32. "springLength": 600,
  33. "springConstant": 0.09,
  34. "avoidOverlap": 0.29
  35. },
  36. "minVelocity": 0.92,
  37. "solver": "forceAtlas2Based"
  38. }
  39. }';
  40.