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

Method change_theme

js/src/Figure.ts:1446–1449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1444 }
1445
1446 change_theme() {
1447 this.el.classList.remove(this.model.previous('theme'));
1448 this.el.classList.add(this.model.get('theme'));
1449 }
1450
1451 /**
1452 * Generate an integrated toolbar which is shown on mouse over

Callers 1

initializeMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected