MCPcopy Create free account
hub / github.com/bqplot/bqplot / parent_margin_updated

Method parent_margin_updated

js/src/Axis.ts:711–714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

709 }
710
711 parent_margin_updated() {
712 // sets the new dimensions of the g element for the axis.
713 this.rescale_axis();
714 }
715
716 update_visibility(model, visible) {
717 this.d3el.style('display', visible ? 'inline' : 'none');

Callers

nothing calls this directly

Calls 1

rescale_axisMethod · 0.95

Tested by

no test coverage detected