Skip to content
2 changes: 1 addition & 1 deletion src/traces/scattercarpet/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
textfont: scatterAttrs.textfont,
textposition: scatterAttrs.textposition,
hoverinfo: extendFlat({}, plotAttrs.hoverinfo, {
flags: ['a', 'b', 'c', 'text', 'name']
flags: ['a', 'b', 'text', 'name']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi @rreusser

}),
hoveron: scatterAttrs.hoveron,
};