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

Method updateType

js/src/Bars.ts:695–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

693 }
694
695 private updateType() {
696 // We need to update domains here as the y_domain needs to be
697 // changed when we switch from stacked to grouped.
698 this.model.update_domains();
699 this.draw();
700 }
701
702 private updateColors() {
703 //the following if condition is to handle the case of single

Callers

nothing calls this directly

Calls 2

drawMethod · 0.95
update_domainsMethod · 0.45

Tested by

no test coverage detected