Skip to content

Commit

Permalink
small update trendanalysis, lower threshold from 80 to 50 ng/ul
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelange committed Nov 30, 2023
1 parent e05ec19 commit e67095d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/chronqc.Concentratie.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"chart_type": "time_series_with_absolute_threshold",
"chart_properties": {
"chart_title": "YIELD ng/ul (Mean per run)",
"lower_threshold": 80,
"lower_threshold": 50,
"y_value": "YIELD"
}
},
{
"table_name": "Concentratie",
"chart_type": "time_series_with_percentage_of_samples_above_threshold",
"chart_properties": {
"chart_title": "% Sample per run met concentratie boven 80 ng/ul",
"chart_title": "% Sample per run met concentratie boven 50 ng/ul",
"y_value": "YIELD",
"threshold": 80,
"y_label": "% of samples above 80 ng/ul"
"threshold": 50,
"y_label": "% of samples above 50 ng/ul"
}
}

Expand Down

0 comments on commit e67095d

Please sign in to comment.