(update)
| 1204 | } |
| 1205 | |
| 1206 | function computeRadialAxisUpdates(update) { |
| 1207 | if(angle1 !== null) { |
| 1208 | update[_this.id + '.radialaxis.angle'] = angle1; |
| 1209 | } else if(rprime !== null) { |
| 1210 | update[_this.id + '.radialaxis.range[' + rngIndex + ']'] = rprime; |
| 1211 | } |
| 1212 | } |
| 1213 | |
| 1214 | function doneFn() { |
| 1215 | if(angle1 !== null) { |
no outgoing calls
no test coverage detected
searching dependent graphs…