(axName, val)
| 227 | } |
| 228 | |
| 229 | function formatter(axName, val) { |
| 230 | var ax = sceneLayout[axName]; |
| 231 | return Axes.tickText(ax, ax.d2l(val), true).text; |
| 232 | } |
| 233 | |
| 234 | // check texttemplate |
| 235 | var texttemplate = data.texttemplate; |
no outgoing calls
no test coverage detected
searching dependent graphs…