(model, markerSize)
| 799 | } |
| 800 | |
| 801 | update_marker_size(model, markerSize): void { |
| 802 | this.compute_view_padding(); |
| 803 | this.d3el.selectAll('.dot').attr('d', this.dot.size(markerSize)); |
| 804 | } |
| 805 | |
| 806 | clear_style(style_dict, indices?) {} |
| 807 |
nothing calls this directly
no test coverage detected