()
| 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(); |
nothing calls this directly
no test coverage detected