(newDataIndex: number)
| 83 | .execute(); |
| 84 | |
| 85 | function add(newDataIndex: number) { |
| 86 | const line = addEl(data, dataGroup, newDataIndex, dimensions, coordSys); |
| 87 | updateElCommon(line, data, newDataIndex, seriesScope); |
| 88 | } |
| 89 | |
| 90 | function update(newDataIndex: number, oldDataIndex: number) { |
| 91 | const line = oldData.getItemGraphicEl(oldDataIndex) as graphic.Polyline; |
no test coverage detected