Skip to content

Is there a way to distance groups in different areas using vis physics? #69

@vadim-chernev8

Description

@vadim-chernev8

Is there a way to distance groups in different areas using vis physics?

I want to distance my network groups on different areas using vis.

Final result i want to achieve is like here
WorlcupNwtwork. I tried to use the same physics but can not achieve the same...

I already tried different solvers and physics configurations but no any positions results.

Please help me !!

My current physics

  physics: {
    stabilization: {
      enabled: true,
      iterations: 1000,
      updateInterval: 25,
    },
    forceAtlas2Based: {
      gravitationalConstant: -191,
      centralGravity: 0.045,
      springLength: 5,
      springConstant: 0.61,
      damping: 0.4,
    },
    solver: 'forceAtlas2Based',
    minVelocity: 0.75,
    maxVelocity: 50,
    timestep: 0.35,
  }

Screen Shot 2019-07-10 at 11 46 30 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions