Skip to content

Commit cb1730c

Browse files
authored
feat(model-ad): drive y-axis scale by y_axis_max (MG-515) (Sage-Bionetworks#3679)
1 parent 94c0749 commit cb1730c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/model-ad/model-details/src/lib/components/model-details-boxplot/model-details-boxplot.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h3>{{ modelData().age }}</h3>
66
[xAxisLabelFormatter]="xAxisLabelFormatter"
77
[xAxisCategories]="genotypeOrder()"
88
[yAxisTitle]="yAxisTitle()"
9+
[yAxisMax]="modelData().y_axis_max"
910
[pointTooltipFormatter]="pointTooltipFormatter"
1011
[pointCategoryColors]="pointCategoryColors"
1112
[pointCategoryShapes]="pointCategoryShapes"

0 commit comments

Comments
 (0)