mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
status-heatmap-plugin for Grafana
- fixes for 5.1.3 - nulls as empty
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import colors from "../colors";
|
||||
import ramp from "../ramp";
|
||||
|
||||
export var scheme = new Array(3).concat(
|
||||
"ffeda0feb24cf03b20",
|
||||
"ffffb2fecc5cfd8d3ce31a1c",
|
||||
"ffffb2fecc5cfd8d3cf03b20bd0026",
|
||||
"ffffb2fed976feb24cfd8d3cf03b20bd0026",
|
||||
"ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026",
|
||||
"ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026",
|
||||
"ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026"
|
||||
).map(colors);
|
||||
|
||||
export default ramp(scheme);
|
||||
Reference in New Issue
Block a user