(model, value)
| 539 | } |
| 540 | |
| 541 | update_hovered(model, value) { |
| 542 | this.hovered_index = value === null ? value : [value]; |
| 543 | this.apply_styles(); |
| 544 | } |
| 545 | |
| 546 | apply_styles(style_arr?) { |
| 547 | if (style_arr === undefined || style_arr == null) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…