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 8cc59a9 commit e4e1019Copy full SHA for e4e1019
src/components/modebar/manage.js
@@ -173,7 +173,7 @@ function isSelectable(fullData) {
173
174
if(!trace._module || !trace._module.selectPoints) continue;
175
176
- if(trace.type === 'scatter') {
+ if(trace.type === 'scatter' || trace.type === 'scatterternary') {
177
if(scatterSubTypes.hasMarkers(trace) || scatterSubTypes.hasText(trace)) {
178
selectable = true;
179
}
0 commit comments