Skip to content

Commit ad6eb00

Browse files
committed
Remove role from schema
1 parent 68c6165 commit ad6eb00

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/plots/layout_attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ module.exports = {
128128
automargin: {
129129
valType: 'boolean',
130130
dflt: false,
131-
role: 'info',
132131
editType: 'plot',
133132
description: [
134133
'Determines whether the title can automatically push the figure margins.'

test/plot-schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9429,7 +9429,6 @@
94299429
"description": "Determines whether the title can automatically push the figure margins.",
94309430
"dflt": false,
94319431
"editType": "plot",
9432-
"role": "info",
94339432
"valType": "boolean"
94349433
},
94359434
"editType": "layoutstyle",

0 commit comments

Comments
 (0)