We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4cd9 commit 70befe3Copy full SHA for 70befe3
src/traces/scatter/attributes.js
@@ -204,7 +204,9 @@ module.exports = {
204
'or text, then the default is *fills*, otherwise it is *points*.'
205
].join(' ')
206
},
207
- hovertemplate: hovertemplateAttrs(),
+ hovertemplate: hovertemplateAttrs({}, {
208
+ keys: ['marker.size', 'marker.color']
209
+ }),
210
line: {
211
color: {
212
valType: 'color',
src/traces/scattergl/attributes.js
@@ -98,4 +98,4 @@ var attrs = module.exports = overrideAll({
98
}, 'calc', 'nested');
99
100
attrs.x.editType = attrs.y.editType = attrs.x0.editType = attrs.y0.editType = 'calc+clearAxisTypes';
101
-attrs.hovertemplate = hovertemplateAttrs();
+attrs.hovertemplate = scatterAttrs.hovertemplate;
0 commit comments