MCPcopy Index your code
hub / github.com/bqplot/bqplot / relayout

Function relayout

js/src/ScatterBase.ts:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 relayout() {
272 this.set_ranges();
273 this.update_position();
274 }
275
276 update_position(animate?) {
277 const x_scale = this.scales.x,

Callers

nothing calls this directly

Calls 2

update_positionMethod · 0.80
set_rangesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…