Skip to content

Commit 1f1c490

Browse files
committed
fix Axes.drawLabels jsDoc
1 parent dab3a1f commit 1f1c490

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/plots/cartesian/axes.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -2417,11 +2417,12 @@ axes.drawZeroLine = function(gd, ax, opts) {
24172417
* - {string (optional)} cls (node className)
24182418
* - {boolean} repositionOnUpdate (set to true to reposition update selection)
24192419
* - {boolean} secondary
2420+
* - {fn} transFn
24202421
* - {object} labelFns
2421-
* + {fn} transFn
2422-
* + {fn} labelXFn
2423-
* + {fn} labelYFn
2424-
* + {fn} labelAnchorFn
2422+
* + {fn} xFn
2423+
* + {fn} yFn
2424+
* + {fn} anchorFn
2425+
* + {fn} heightFn
24252426
*/
24262427
axes.drawLabels = function(gd, ax, opts) {
24272428
opts = opts || {};

0 commit comments

Comments
 (0)