Skip to content

Commit 1286314

Browse files
authored
Update boxplot usage doc (#5143)
1 parent cd5d590 commit 1286314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)