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

Method draw_elements

js/src/Label.ts:74–80  ·  view source on GitHub ↗
(animate, elements_added)

Source from the content-addressed store, hash-verified

72 }
73
74 draw_elements(animate, elements_added) {
75 elements_added.append('text').classed('label element', true);
76
77 this.update_text();
78 this.update_style();
79 this.update_opacities(true);
80 }
81
82 update_text() {
83 this.d3el

Callers 1

drawFunction · 0.45

Calls 3

update_textMethod · 0.95
update_styleMethod · 0.95
update_opacitiesMethod · 0.95

Tested by

no test coverage detected