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

Method update_title

js/src/MarketMap.ts:235–238  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

233 }
234
235 update_title(model, value) {
236 this.title.text(this.model.get('title'));
237 applyStyles(this.title, this.model.get('title_style'));
238 }
239
240 relayout() {
241 const that = this;

Callers

nothing calls this directly

Calls 1

applyStylesFunction · 0.90

Tested by

no test coverage detected