(selected_indices)
| 238 | |
| 239 | //FIXME: should use the selected_style logic |
| 240 | private updateSelectedColors(selected_indices) { |
| 241 | this.d3el.selectAll('.boxplot').style('stroke', this.model.get('stroke')); |
| 242 | } |
| 243 | |
| 244 | selector_changed(point_selector, rect_selector) { |
| 245 | if (point_selector === undefined) { |
no outgoing calls
no test coverage detected