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

Method remove_map

js/src/Map.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 remove_map() {
70 d3.selectAll('.world_map.map' + this.map_id).remove();
71 }
72
73 draw() {
74 this.set_ranges();

Callers 1

drawMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected