Skip to content

Commit 7ee8267

Browse files
committed
monitoring: make timeSeriesPanel default fillOpacity=8
Change default value of fillOpacity from 0 to 8 for timeseries graphs. Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 276ff5a commit 7ee8267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/ceph-mixin/dashboards/utils.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ local timeSeries = import 'timeseries_panel.libsonnet';
588588
axisPlacement='auto',
589589
barAlignment=0,
590590
drawStyle='line',
591-
fillOpacity=0,
591+
fillOpacity=8,
592592
gradientMode='none',
593593
lineInterpolation='linear',
594594
lineWidth=0,

0 commit comments

Comments
 (0)