diff --git a/web/ui/mantine-ui/src/pages/query/uPlotChartHelpers.ts b/web/ui/mantine-ui/src/pages/query/uPlotChartHelpers.ts index ac77fee596..31055058b1 100644 --- a/web/ui/mantine-ui/src/pages/query/uPlotChartHelpers.ts +++ b/web/ui/mantine-ui/src/pages/query/uPlotChartHelpers.ts @@ -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: [], },