Skip to content

Commit a5b1f3a

Browse files
committed
Add 0 to default autotickangles array
1 parent 80dedea commit a5b1f3a

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
@@ -815,7 +815,7 @@ module.exports = {
815815
items: {
816816
valType: 'angle'
817817
},
818-
dflt: [30, 90],
818+
dflt: [0, 30, 90],
819819
editType: 'ticks',
820820
description: [
821821
'When `tickangle` is set to *auto*, it will be set to the first',

0 commit comments

Comments
 (0)