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 bf6da79 commit bca5814Copy full SHA for bca5814
src/traces/mesh3d/convert.js
@@ -124,6 +124,7 @@ proto.update = function(data) {
124
if(data.intensity) {
125
this.color = '#fff';
126
config.vertexIntensity = data.intensity;
127
+ config.vertexIntensityBounds = [data.cmin, data.cmax];
128
config.colormap = parseColorScale(data.colorscale);
129
}
130
else if(data.vertexcolor) {
0 commit comments