()
| 102 | } |
| 103 | |
| 104 | relayout() { |
| 105 | this.set_ranges(); |
| 106 | this.compute_view_padding(); |
| 107 | this.draw(); |
| 108 | } |
| 109 | |
| 110 | private drawCanvas() { |
| 111 | this.image.attr('href', this.canvas.toDataURL('image/png')); |
nothing calls this directly
no test coverage detected