MCPcopy Index your code
hub / github.com/plotly/plotly.js / preRound

Function preRound

stackgl_modules/index.js:9181–9185  ·  view source on GitHub ↗
(points, edges, useColor)

Source from the content-addressed store, hash-verified

9179}
9180
9181function preRound (points, edges, useColor) {
9182 var labels = dedupPoints(points, [], boundPoints(points))
9183 dedupEdges(edges, labels, useColor)
9184 return !!labels
9185}
9186
9187// Repeat until convergence
9188function snapRound (points, edges, useColor) {

Callers 1

cleanPSLGFunction · 0.85

Calls 3

dedupPointsFunction · 0.85
boundPointsFunction · 0.85
dedupEdgesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…