()
| 401 | } |
| 402 | |
| 403 | isAnimationEnabled() { |
| 404 | return super.isAnimationEnabled() |
| 405 | // Not enable animation when do force layout |
| 406 | && !(this.get('layout') === 'force' && this.get(['force', 'layoutAnimation'])); |
| 407 | } |
| 408 | |
| 409 | __ownRoamView() { |
| 410 | // Be an exclusive coord sys of graph series iff it is a `View` coord sys. |
no test coverage detected