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 a7b76ee commit 55a51f8Copy full SHA for 55a51f8
src/traces/scattermapbox/attributes.js
@@ -27,19 +27,15 @@ module.exports = {
27
// locations
28
// locationmode
29
30
- mode: {
31
- valType: 'flaglist',
32
- flags: ['lines', 'markers', 'text'],
+ mode: extendFlat({}, scatterAttrs.mode, {
33
dflt: 'markers',
34
- extras: ['none'],
35
- role: 'info',
36
description: [
37
'Determines the drawing mode for this scatter trace.',
38
'If the provided `mode` includes *text* then the `text` elements',
39
'appear at the coordinates. Otherwise, the `text` elements',
40
'appear on hover.'
41
].join(' ')
42
- },
+ }),
43
44
text: extendFlat({}, scatterAttrs.text, {
45
0 commit comments