()
| 220 | } |
| 221 | |
| 222 | relayout(): void { |
| 223 | this.set_ranges(); |
| 224 | this.compute_view_padding(); |
| 225 | this.drawZeroLine(); |
| 226 | this.updateInternalScales(); |
| 227 | this.drawBars(); |
| 228 | } |
| 229 | |
| 230 | invert_point(pixel) { |
| 231 | if (pixel === undefined) { |
nothing calls this directly
no test coverage detected