Skip to content

Commit 40c09b7

Browse files
committed
add comment about U and V
1 parent 90c3097 commit 40c09b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/cartesian/axes.js

+2
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,8 @@ function getPosX(d) {
25022502
return d.periodX !== undefined ? d.periodX : d.x;
25032503
}
25042504

2505+
// u is a shift along the axis,
2506+
// v is a shift perpendicular to the axis
25052507
function getTickLabelUV(ax) {
25062508
var ticklabelposition = ax.ticklabelposition || '';
25072509
var has = function(str) {

0 commit comments

Comments
 (0)