Bring back vertical grid lines

Addressing part of https://github.com/prometheus/prometheus/issues/16162

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2025-03-04 23:34:40 +01:00
parent 350d591e3b
commit 4ae1effb62

View file

@ -339,8 +339,8 @@ export const getUPlotOptions = (
stroke: light ? "#00000010" : "#ffffff20", stroke: light ? "#00000010" : "#ffffff20",
}, },
grid: { grid: {
show: false, show: true,
stroke: light ? "#eee" : "#333", stroke: light ? "#00000010" : "#ffffff20",
width: 2, width: 2,
dash: [], dash: [],
}, },