Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff3f572

Browse files
committed
Merge pull request plotly#607 from plotly/ticktexttypo
tick text description typo
2 parents 0714747 + 86f530e commit ff3f572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = {
180180
description: [
181181
'Sets the text displayed at the ticks position via `tickvals`.',
182182
'Only has an effect if `tickmode` is set to *array*.',
183-
'Used with `ticktext`.'
183+
'Used with `tickvals`.'
184184
].join(' ')
185185
},
186186
ticks: {

0 commit comments

Comments
 (0)