Skip to content

Commit 3f08ba8

Browse files
committed
Remove unnecessary coerceNumber property from autotickangles
1 parent 6d2501b commit 3f08ba8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ module.exports = {
811811
},
812812
autotickangles: {
813813
valType: 'data_array',
814-
coerceNumber: true,
815814
dflt: [30, 90],
816815
editType: 'ticks',
817816
description: [

test/plot-schema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10700,7 +10700,6 @@
1070010700
"role": "object"
1070110701
},
1070210702
"autotickangles": {
10703-
"coerceNumber": true,
1070410703
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
1070510704
"dflt": [
1070610705
30,
@@ -12055,7 +12054,6 @@
1205512054
"valType": "boolean"
1205612055
},
1205712056
"autotickangles": {
12058-
"coerceNumber": true,
1205912057
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
1206012058
"dflt": [
1206112059
30,

0 commit comments

Comments
 (0)