Skip to content

Commit 6d525e7

Browse files
committed
avgline LabelBackgroundColor Alpha 270 ==> 170
1 parent 53a4861 commit 6d525e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PlanViewer.App/Dialogs/QueryStoreHistoryWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ private void UpdateChart()
480480
_avgLine.Text = $"avg: {avg:N0}";
481481
_avgLine.LabelFontColor = ScottPlot.Color.FromHex("#9DA5B4");
482482
_avgLine.LabelFontSize = 11;
483-
_avgLine.LabelBackgroundColor = ScottPlot.Color.FromHex("#333333").WithAlpha(270);
483+
_avgLine.LabelBackgroundColor = ScottPlot.Color.FromHex("#333333").WithAlpha(170);
484484
_avgLine.LabelOppositeAxis = false;
485485
_avgLine.LabelRotation = 0;
486486
_avgLine.LabelAlignment = Alignment.LowerLeft;

0 commit comments

Comments
 (0)