Skip to content

Commit

Permalink
Make chart lines smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Mar 17, 2024
1 parent 4acc00c commit 38b6a8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JournalApp/Components/Pages/Trends/TrendCategoryView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ else
{
ShowNullDataPoints = false,
},
Stroke = new Stroke
{
Curve = Curve.Smooth,
LineCap = LineCap.Round,
},
};
}

Expand Down

0 comments on commit 38b6a8f

Please sign in to comment.