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(
|
||||
"f7fcb9addd8e31a354",
|
||||
"ffffccc2e69978c679238443",
|
||||
"ffffccc2e69978c67931a354006837",
|
||||
"ffffccd9f0a3addd8e78c67931a354006837",
|
||||
"ffffccd9f0a3addd8e78c67941ab5d238443005a32",
|
||||
"ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32",
|
||||
"ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529"
|
||||
).map(colors);
|
||||
|
||||
export default ramp(scheme);
|
||||
Reference in New Issue
Block a user