Commit 19d2a02
authored
Removing hard coded 0 to support negative numbers.
By hard coding the 0 in the color domain, the heatmap did not support negative numbers and grouped all negative numbers into the same bucket. The fix simply takes the smaller of 0 or the smallest value in the dataset.1 parent f13859c commit 19d2a02
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments