Skip to content
Snippets Groups Projects
Commit 3976b7e9 authored by Chris Martin's avatar Chris Martin
Browse files

Remove dota from data points on server resource usage charts

parent 92ce7f97
No related branches found
No related tags found
Loading
...@@ -184,7 +184,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict = ...@@ -184,7 +184,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
, junk = junk title , junk = junk title
, grid = Grid.default , grid = Grid.default
, area = Area.default , area = Area.default
, line = Line.default , line = Line.wider 2
, dots = Dots.default , dots = Dots.default
} }
...@@ -192,7 +192,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict = ...@@ -192,7 +192,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
series = series =
[ LineChart.line [ LineChart.line
context.palette.primary context.palette.primary
Dots.circle Dots.none
"" ""
(Dict.toList timeSeriesListLast30m) (Dict.toList timeSeriesListLast30m)
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment