MCPcopy Index your code
hub / github.com/bqplot/bqplot / remove

Function remove

js/src/Mark.ts:189–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…