Skip to content

Commit 1ce1719

Browse files
committed
fix shadow attr def
1 parent 368cd94 commit 1ce1719

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/plots/font_attributes.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ module.exports = function(opts) {
115115
editType: editType,
116116
valType: 'string',
117117
dflt: opts.autoShadowDflt ? 'auto' : 'none',
118-
extras: ['auto'],
119118
description: [
120119
'Sets the shape and color of the shadow behind text.',
121-
'See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow.',
122-
'*auto* places minimal shadow and applies contrast text font color.'
120+
'*auto* places minimal shadow and applies contrast text font color.',
121+
'See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.'
123122
].join(' ')
124123
},
125124

0 commit comments

Comments
 (0)