()
| 648 | } |
| 649 | |
| 650 | relayout() { |
| 651 | this.set_ranges(); |
| 652 | this.compute_view_padding(); |
| 653 | |
| 654 | // We have to redraw every time that we relayout |
| 655 | this.draw(); |
| 656 | } |
| 657 | |
| 658 | draw_legend(elem, x_disp, y_disp, inter_x_disp, inter_y_disp) { |
| 659 | const stroke = this.model.get('stroke'); |
nothing calls this directly
no test coverage detected