()
| 122 | } |
| 123 | |
| 124 | update_display() { |
| 125 | this.g_axisline.remove(); |
| 126 | this.create_axis(); |
| 127 | this.set_tick_values(); |
| 128 | this.set_scales_range(); |
| 129 | this.tickformat_changed(); |
| 130 | this.append_axis(); |
| 131 | } |
| 132 | |
| 133 | set_tick_values(animate?: boolean) { |
| 134 | // Sets specific tick values from "tick_values" parameter |
nothing calls this directly
no test coverage detected