(ax)
| 27 | } |
| 28 | |
| 29 | function axValue(ax) { |
| 30 | var index = (ax._id.charAt(0) === 'y') ? 1 : 0; |
| 31 | return function(v) { return p2r(ax, v[index]); }; |
| 32 | } |
| 33 | |
| 34 | function getTransform(plotinfo) { |
| 35 | return strTranslate( |
no test coverage detected
searching dependent graphs…