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

Method update_font_style

js/src/MarketMap.ts:653–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652
653 update_font_style() {
654 // This is a bit awkward because we did not figure out how to get
655 // Typescript to recognize the d3-select-multi typings.
656 const x: any = this.svg.selectAll('.market_map_text');
657 applyStyles(x, this.model.get('font_style'));
658 }
659
660 update_map_colors() {
661 if (this.rect_groups !== undefined && this.rect_groups !== null) {

Callers 1

draw_mapMethod · 0.95

Calls 1

applyStylesFunction · 0.90

Tested by

no test coverage detected