()
| 147 | } |
| 148 | |
| 149 | set_top_el_style() { |
| 150 | this.el.style['user-select'] = 'none'; |
| 151 | this.el.style['ms-user-select'] = 'none'; |
| 152 | this.el.style['moz-user-select'] = 'none'; |
| 153 | this.el.style['khtml-user-select'] = 'none'; |
| 154 | this.el.style['webkit-user-select'] = 'none'; |
| 155 | } |
| 156 | |
| 157 | update_plotarea_dimensions() { |
| 158 | const plotarea_width = this.plotareaWidth; |