Skip to content

Commit 27686fb

Browse files
committed
fixup plotschema 'role' for meta attrs
1 parent 8bb771d commit 27686fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: src/plots/attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module.exports = {
105105
meta: {
106106
valType: 'any',
107107
arrayOk: true,
108+
role: 'info',
108109
editType: 'plot',
109110
description: [
110111
'Assigns extra meta information associated with this trace',

Diff for: src/plots/layout_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ module.exports = {
412412
meta: {
413413
valType: 'any',
414414
arrayOk: true,
415+
role: 'info',
415416
editType: 'plot',
416417
description: [
417418
'Assigns extra meta information that can be used in various `text` attributes.',

0 commit comments

Comments
 (0)