Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b649b11

Browse files
committed
fix scattercarpet hoverinfo flags declaration
- there's no 'c' array in scattercarpet
1 parent 2acf548 commit b649b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattercarpet/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
textfont: scatterAttrs.textfont,
118118
textposition: scatterAttrs.textposition,
119119
hoverinfo: extendFlat({}, plotAttrs.hoverinfo, {
120-
flags: ['a', 'b', 'c', 'text', 'name']
120+
flags: ['a', 'b', 'text', 'name']
121121
}),
122122
hoveron: scatterAttrs.hoveron,
123123
};

0 commit comments

Comments
 (0)