mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #16163 from prometheus/readd-vertical-grid
Bring back vertical grid lines
This commit is contained in:
commit
9e5d59b777
|
@ -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: [],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue