Skip to content

Commit 09eecfc

Browse files
Update src/traces/scattergeo/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent f5e269d commit 09eecfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traces/scattergeo/attributes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ module.exports = overrideAll({
119119
values: ['previous', 'up', 'north'],
120120
description: [
121121
'Sets the reference for marker angle.',
122-
'With *previous* the angles are based on the previous position of points on a line.',
123-
'With *up* the angles are based on the current positions of points towards up.',
124-
'With *north* the angles are based on the current positions of points towards north.',
122+
'With *previous*, angle 0 points along the line from the previous point to this one.',
123+
'With *up*, angle 0 points toward the top of the screen.',
124+
'With *north*, angle 0 points north based on the current map projection.',
125125
].join(' ')
126126
}),
127127
standoff: scatterMarkerAttrs.standoff,

0 commit comments

Comments
 (0)