stormpython / heatmap

Heatmap Plugin for Kibana 4
MIT License
55 stars 13 forks source link

Support negative numbers. #39

Closed stormpython closed 8 years ago

stormpython commented 8 years ago

Closes #37.

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.