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

Method change_selected_fill

js/src/Map.ts:304–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 change_selected_fill() {
305 if (!this.validate_color(this.model.get('selected_styles').selected_fill)) {
306 this.highlight_g.selectAll('.selected').style('fill-opacity', 0.0);
307 } else {
308 this.highlight_g
309 .selectAll('.selected')
310 .style('fill-opacity', 1.0)
311 .style('fill', this.model.get('selected_styles').selected_fill);
312 }
313 }
314
315 change_selected_stroke() {
316 if (

Callers 1

create_listenersMethod · 0.95

Calls 1

validate_colorMethod · 0.95

Tested by

no test coverage detected