mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
status-heatmap-plugin for Grafana
- fixes for 5.1.3 - nulls as empty
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import d3 from 'd3';
|
||||
|
||||
export default function(scheme) {
|
||||
return d3.interpolateRgbBasis(scheme[scheme.length - 1]);
|
||||
}
|
||||
Reference in New Issue
Block a user