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 9055d49 commit 187a155Copy full SHA for 187a155
src/traces/scattergl/convert.js
@@ -219,7 +219,7 @@ function convertMarkerSelection(trace, target) {
219
if(target.marker && target.marker.symbol) {
220
optsOut = convertMarkerStyle(Lib.extendFlat({}, optsIn, target.marker));
221
} else if(target.marker) {
222
- if(target.marker.size) optsOut.sizes = target.marker.size;
+ if(target.marker.size) optsOut.sizes = target.marker.size / 2;
223
if(target.marker.color) optsOut.colors = target.marker.color;
224
if(target.marker.opacity !== undefined) optsOut.opacity = target.marker.opacity;
225
}
0 commit comments