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

Method update_offset

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

Source from the content-addressed store, hash-verified

112 }
113
114 update_offset() {
115 const offset_creation_promise = this.get_offset_promise();
116 offset_creation_promise.then(() => {
117 this.set_scales_range();
118 this.update_offset_scale_domain();
119 this.g_axisline.attr('transform', this.get_axis_transform());
120 this.update_grid_lines();
121 });
122 }
123
124 update_display() {
125 this.g_axisline.remove();

Callers

nothing calls this directly

Calls 5

get_offset_promiseMethod · 0.95
set_scales_rangeMethod · 0.95
get_axis_transformMethod · 0.95
update_grid_linesMethod · 0.95

Tested by

no test coverage detected