(rad)
| 429 | return -0.5 * (1 + Math.sin(rad)) * h; |
| 430 | }; |
| 431 | var _transFn = function(rad) { |
| 432 | return strTranslate( |
| 433 | gaugePosition[0] + radius * Math.cos(rad), |
| 434 | gaugePosition[1] - radius * Math.sin(rad) |
| 435 | ); |
| 436 | }; |
| 437 | transFn = function(d) { |
| 438 | return _transFn(t2g(d)); |
| 439 | }; |
no outgoing calls
no test coverage detected
searching dependent graphs…