We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4201ed commit bb9a360Copy full SHA for bb9a360
1 file changed
src/Views/Chart.cs
@@ -54,7 +54,7 @@ public override void Render(DrawingContext context)
54
base.Render(context);
55
56
var samples = _samples;
57
- if (samples == null || samples.Count == 0)
+ if (samples == null || samples.Count <= 0)
58
return;
59
60
var w = Bounds.Width;
0 commit comments