Skip to content

Commit 66e3727

Browse files
authored
Update boxplot usage doc (#5141)
1 parent 53f859a commit 66e3727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/aggregations/metric/boxplot/boxplot-aggregation-usage.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ boxplot.Max.Should().BeGreaterOrEqualTo(0);
8282
boxplot.Q1.Should().BeGreaterOrEqualTo(0);
8383
boxplot.Q2.Should().BeGreaterOrEqualTo(0);
8484
boxplot.Q3.Should().BeGreaterOrEqualTo(0);
85+
boxplot.Lower.Should().BeGreaterOrEqualTo(0);
86+
boxplot.Upper.Should().BeGreaterOrEqualTo(0);
8587
boxplot.Meta.Should().NotBeNull().And.HaveCount(1);
8688
boxplot.Meta["foo"].Should().Be("bar");
8789
----

0 commit comments

Comments
 (0)