Load and initialize the view.
()
| 183 | } |
| 184 | /** Load and initialize the view. */ |
| 185 | load() { |
| 186 | logger.debug('view.load'); |
| 187 | this.setup_canvas_draggable(this.opts.draggable); |
| 188 | this.init_nodes(); |
| 189 | this._initialized = true; |
| 190 | } |
| 191 | /** Calculate and set the expanded canvas size. */ |
| 192 | expand_size() { |
| 193 | var min_size = this.layout.get_min_size(); |
no test coverage detected