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

Method tickformat_changed

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

Source from the content-addressed store, hash-verified

208 }
209
210 tickformat_changed() {
211 this.tick_format = this.generate_tick_formatter();
212 this.axis.tickFormat(this.tick_format);
213 if (this.g_axisline) {
214 this.g_axisline.call(this.axis);
215 }
216 this.apply_tick_styling();
217 }
218
219 tick_labels_changed() {
220 this.tickformat_changed();

Callers 4

renderMethod · 0.95
update_displayMethod · 0.95
tick_labels_changedMethod · 0.95
redraw_axislineMethod · 0.95

Calls 2

apply_tick_stylingMethod · 0.95

Tested by

no test coverage detected