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

Method update_title

js/src/Figure.ts:1191–1194  ·  view source on GitHub ↗
(model, title)

Source from the content-addressed store, hash-verified

1189 }
1190
1191 update_title(model, title) {
1192 this.title.text(this.model.get('title'));
1193 this.relayout();
1194 }
1195
1196 remove() {
1197 if (this.mark_views !== undefined && this.mark_views !== null) {

Callers

nothing calls this directly

Calls 1

relayoutMethod · 0.95

Tested by

no test coverage detected