Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

98
Views
Necesito una explicación del código para el gráfico dirigido por fuerza D3

Estoy tratando con D3.js y encontré un código que me gustaría usar, pero no entiendo qué sucede allí. Busqué lo que hacen las cosas de "fuerza", pero en los sitios web siempre decía que puede manipular enlaces físicamente pero no en términos de código.

 var linkForce = d3 .forceLink() .id(function (link) { return link.id }) .strength(function (link) { return link.strength }) var simulation = d3 .forceSimulation() .force('link', linkForce) .force('charge', d3.forceManyBody().strength(-120)) .force('center', d3.forceCenter(width / 2, height / 2))

Me alegraría si me puedes ayudar :)

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!