Skip to content

Commit 67a194d

Browse files
Update src/plots/cartesian/axes.js
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
1 parent 78c7249 commit 67a194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ axes.tickText = function(ax, x, hover, noSuffixPrefix) {
13561356
* log axes (where negative values can't be displayed but can appear in hover text)
13571357
*
13581358
* @param {object} ax: the axis to format text for
1359-
* @param {number} values: calcdata value(s) to format
1359+
* @param {number or array of numbers} values: calcdata value(s) to format
13601360
* @param {Optional(string)} hoverformat: trace (x|y)hoverformat to override axis.hoverformat
13611361
*
13621362
* @returns {string} `val` formatted as a string appropriate to this axis, or

0 commit comments

Comments
 (0)