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

Method update_display

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

Source from the content-addressed store, hash-verified

122 }
123
124 update_display() {
125 this.g_axisline.remove();
126 this.create_axis();
127 this.set_tick_values();
128 this.set_scales_range();
129 this.tickformat_changed();
130 this.append_axis();
131 }
132
133 set_tick_values(animate?: boolean) {
134 // Sets specific tick values from "tick_values" parameter

Callers

nothing calls this directly

Calls 6

create_axisMethod · 0.95
set_tick_valuesMethod · 0.95
set_scales_rangeMethod · 0.95
tickformat_changedMethod · 0.95
append_axisMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected