ZoomCharts Documentation

Version: 1.21.1 (2024-11-08)
Switch to Version 2.0 (BETA)
Network Graph - big data network. Anonymous company data (5220 nodes, 6047 links).
      1. var t = new NetChart({
      2. container: document.getElementById("demo"),
      3. area: { height: 350 },
      4. data: { url: "/dvsl/data/net-chart/company-network.json" },
      5. navigation: {
      6. mode: "focusnodes",
      7. initialNodes: ["1886"],
      8. focusNodeExpansionRadius: 12
      9. },
      10. interaction: {
      11. resizing: { enabled: false },
      12. zooming: {
      13. zoomExtent: [0.01, 2],
      14. autoZoomExtent: [0.01, 1]
      15. }
      16. },
      17. style: {
      18. linkHovered: {
      19. shadowBlur: 0,
      20. shadowColor: "transparent"
      21. },
      22. link: {
      23. fillColor: "rgba(86,185,247,0.8)"
      24. },
      25. nodeHovered: {
      26. fillColor: "rgba(47,195,47,0.8)",
      27. shadowBlur: 0,
      28. shadowColor: "transparent"
      29. },
      30. nodeExpanded: {
      31. shadowBlur: 0,
      32. shadowColor: "transparent"
      33. },
      34. node: {
      35. shadowBlur: 0,
      36. shadowColor: "transparent"
      37. },
      38. nodeFocused: {
      39. shadowBlur: 0,
      40. shadowColor: "transparent"
      41. },
      42. nodeSelected: {
      43. fillColor: "rgba(47,195,47,0.8)",
      44. shadowBlur: 0,
      45. shadowColor: "transparent"
      46. },
      47. selection: {
      48. shadowBlur: 0,
      49. shadowColor: "transparent"
      50. }
      51. }
      52. });
      X
      Mg9!