(newIndex, oldIndex)
| 71919 | } |
| 71920 | |
| 71921 | function processAddUpdate(newIndex, oldIndex) { |
| 71922 | var context = this.context; |
| 71923 | var childOption = newIndex != null ? context.newChildren[newIndex] : null; |
| 71924 | var child = oldIndex != null ? context.oldChildren[oldIndex] : null; |
| 71925 | doCreateOrUpdateEl(context.api, child, context.dataIndex, childOption, context.seriesModel, context.group, false, context.morphPreparation); |
| 71926 | } |
| 71927 | |
| 71928 | function processRemove(oldIndex) { |
| 71929 | var context = this.context; |
nothing calls this directly
no test coverage detected
searching dependent graphs…