Merge pull request #16163 from prometheus/readd-vertical-grid

Bring back vertical grid lines
This commit is contained in:
Julius Volz 2025-03-05 10:22:54 +01:00 committed by GitHub
commit 9e5d59b777
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: [],
},