()
| 158 | } |
| 159 | |
| 160 | relayout() { |
| 161 | super.relayout(); |
| 162 | this.line.attr('y1', 0).attr('y2', this.height); |
| 163 | this.background.attr('width', this.width).attr('height', this.height); |
| 164 | this.set_range([this.scale]); |
| 165 | } |
| 166 | |
| 167 | set_range(array: (LinearScale | OrdinalScale)[]) { |
| 168 | for (let iter = 0; iter < array.length; iter++) { |