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",
|
||||
},
|
||||
grid: {
|
||||
show: false,
|
||||
stroke: light ? "#eee" : "#333",
|
||||
show: true,
|
||||
stroke: light ? "#00000010" : "#ffffff20",
|
||||
width: 2,
|
||||
dash: [],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue