We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a4861 commit 6d525e7Copy full SHA for 6d525e7
1 file changed
src/PlanViewer.App/Dialogs/QueryStoreHistoryWindow.axaml.cs
@@ -480,7 +480,7 @@ private void UpdateChart()
480
_avgLine.Text = $"avg: {avg:N0}";
481
_avgLine.LabelFontColor = ScottPlot.Color.FromHex("#9DA5B4");
482
_avgLine.LabelFontSize = 11;
483
- _avgLine.LabelBackgroundColor = ScottPlot.Color.FromHex("#333333").WithAlpha(270);
+ _avgLine.LabelBackgroundColor = ScottPlot.Color.FromHex("#333333").WithAlpha(170);
484
_avgLine.LabelOppositeAxis = false;
485
_avgLine.LabelRotation = 0;
486
_avgLine.LabelAlignment = Alignment.LowerLeft;
0 commit comments