(indices)
| 191 | } |
| 192 | |
| 193 | set_default_style(indices) { |
| 194 | // For all the elements with index in the list indices, the default |
| 195 | // style is applied. |
| 196 | this.updateOutlierFillColor(); |
| 197 | this.updateBoxFillColor(); |
| 198 | this.updateStroke(); |
| 199 | this.updateOpacities(); |
| 200 | } |
| 201 | |
| 202 | clear_style(style_dict, indices) { |
| 203 | let elements = this.d3el.selectAll('.boxplot'); |
no test coverage detected