()
| 178 | } |
| 179 | |
| 180 | update_data() { |
| 181 | this.dirty = true; |
| 182 | this.updateNodeData(); |
| 183 | this.updateLinkData(); |
| 184 | this.update_domains(); |
| 185 | this.dirty = false; |
| 186 | this.trigger('data_updated'); |
| 187 | } |
| 188 | |
| 189 | update_domains() { |
| 190 | const scales = this.getScales(); |
no test coverage detected