()
| 155 | } |
| 156 | |
| 157 | relayout() { |
| 158 | super.relayout(); |
| 159 | |
| 160 | this.adjust_rectangle(); |
| 161 | this.background.attr('width', this.width).attr('height', this.height); |
| 162 | |
| 163 | this.set_range([this.scale]); |
| 164 | } |
| 165 | |
| 166 | reset() { |
| 167 | this.rect.attr('x', 0).attr('width', 0); |
nothing calls this directly
no test coverage detected