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

Method update_label_location

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

Source from the content-addressed store, hash-verified

557 }
558
559 update_label_location() {
560 const axisLabel = this.g_axisline.select('text.axislabel');
561 applyStyles(axisLabel, this.get_text_styling());
562 applyAttrs(axisLabel, this.get_label_attributes());
563 }
564
565 update_label_offset() {
566 this.label_offset = this.calculate_label_offset();

Callers

nothing calls this directly

Calls 4

get_text_stylingMethod · 0.95
get_label_attributesMethod · 0.95
applyStylesFunction · 0.90
applyAttrsFunction · 0.90

Tested by

no test coverage detected