We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368cd94 commit 1ce1719Copy full SHA for 1ce1719
src/plots/font_attributes.js
@@ -115,11 +115,10 @@ module.exports = function(opts) {
115
editType: editType,
116
valType: 'string',
117
dflt: opts.autoShadowDflt ? 'auto' : 'none',
118
- extras: ['auto'],
119
description: [
120
'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.'
+ '*auto* places minimal shadow and applies contrast text font color.',
+ 'See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.'
123
].join(' ')
124
},
125
0 commit comments