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

Method remove

js/src/Image.ts:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 remove() {
126 URL.revokeObjectURL(this.im.attr('href'));
127 super.remove();
128 }
129
130 relayout() {
131 this.draw(true);

Callers 15

relayoutMethod · 0.45
draw_mapMethod · 0.45
clear_selectedMethod · 0.45
mouseout_handlerMethod · 0.45
show_tooltipMethod · 0.45
create_tooltip_widgetMethod · 0.45
update_displayMethod · 0.45
set_scale_promiseMethod · 0.45
drawMethod · 0.45
draw_legendMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected