mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +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(
|
||||
"fee8c8fdbb84e34a33",
|
||||
"fef0d9fdcc8afc8d59d7301f",
|
||||
"fef0d9fdcc8afc8d59e34a33b30000",
|
||||
"fef0d9fdd49efdbb84fc8d59e34a33b30000",
|
||||
"fef0d9fdd49efdbb84fc8d59ef6548d7301f990000",
|
||||
"fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000",
|
||||
"fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000"
|
||||
).map(colors);
|
||||
|
||||
export default ramp(scheme);
|
||||
Reference in New Issue
Block a user