()
| 187 | } |
| 188 | |
| 189 | remove() { |
| 190 | this.model.off(null, null, this); |
| 191 | this.d3el.transition('remove').duration(0).remove(); |
| 192 | this.tooltip_div.remove(); |
| 193 | super.remove(); |
| 194 | } |
| 195 | |
| 196 | draw_legend(elem, x_disp, y_disp, inter_x_disp, inter_y_disp) { |
| 197 | elem.selectAll('.legend' + this.uuid).remove(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…