Skip to content

Commit

Permalink
fixed coloring range issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pa7 committed Jan 13, 2013
1 parent e40b8c7 commit 252abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
height = me.get("height"),
actx = me.get("actx"),
ctx = me.get("ctx"),
x2 = radius * 2.5,
x2 = radius * 3,
premultiplyAlpha = me.get("premultiplyAlpha"),
palette = me.get("gradient"),
opacity = me.get("opacity"),
Expand Down

0 comments on commit 252abd7

Please sign in to comment.