Skip to content

Commit 0fdf52e

Browse files
committed
Revert description change for tickangle because other charts reusing the cartesian tickangle attribute don't have autotickangle.
1 parent 8ebf1a2 commit 0fdf52e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plots/cartesian/layout_attributes.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,7 @@ module.exports = {
806806
description: [
807807
'Sets the angle of the tick labels with respect to the horizontal.',
808808
'For example, a `tickangle` of -90 draws the tick labels',
809-
'vertically. If `tickangle` is auto, the angle will be chosen from',
810-
'autotickangles if provided. If `autotickangles` is not provided,',
811-
'the angle will be 30 or 90 degrees.'
809+
'vertically.'
812810
].join(' ')
813811
},
814812
autotickangles: {

0 commit comments

Comments
 (0)