Skip to content
Snippets Groups Projects
Commit 531b0c72 authored by Konstantin Blaschke's avatar Konstantin Blaschke
Browse files

Added all metric keys to select for scatter and bar diagrams.

Issue-Ref: 4310
Issue-Url: af3#4310


Signed-off-by: default avatarKonstantin Blaschke <blaschke@fortiss.org>
parent e6513b17
No related branches found
No related tags found
1 merge request!210Setting up Metric extraction plugin for AF3 : Issue 4310
Pipeline #39373 failed
......@@ -142,6 +142,8 @@ public class ModelQualityFXController extends CompositeFXControllerBase<SplitPan
@Override
public void initialize() {
childMetricChoiceBox.getItems().addAll(MetricKey.values());
xScatterMetricChoiceBox.getItems().addAll(MetricKey.values());
yScatterMetricChoiceBox.getItems().addAll(MetricKey.values());
}
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment