You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/heatmap.js
+13-3
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,7 @@
305
305
max : false,
306
306
gradient : false,
307
307
opacity: 180,
308
+
minOpacity: 0,
308
309
premultiplyAlpha: false,
309
310
bounds: {
310
311
l: 1000,
@@ -342,6 +343,7 @@
342
343
me.set("max",config.max||false);
343
344
me.set("gradient",config.gradient||{0.45: "rgb(0,0,255)",0.55: "rgb(0,255,255)",0.65: "rgb(0,255,0)",0.95: "yellow",1.0: "rgb(255,0,0)"});// default is the common blue to red gradient
0 commit comments