(x)
| 1783 | var axisLabelMaxY = commonLabelBoundingBox.maxY; |
| 1784 | |
| 1785 | var pX = function (x) { |
| 1786 | return x * fullLayout._invScaleX; |
| 1787 | }; |
| 1788 | var pY = function (y) { |
| 1789 | return y * fullLayout._invScaleY; |
| 1790 | }; |
no outgoing calls
no test coverage detected