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

Method relayout

js/src/GridHeatMap.ts:418–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 relayout() {
419 this.set_ranges();
420 this.compute_view_padding();
421 //TODO: The call to draw has to be changed to something less
422 //expensive.
423 this.draw();
424 }
425
426 private indicesToCellNums(indices: [number, number][]): number[] {
427 if (indices === null || indices === undefined) {

Callers

nothing calls this directly

Calls 3

set_rangesMethod · 0.95
compute_view_paddingMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected