Skip to content

Commit

Permalink
Merge pull request #299 from kdelange/master
Browse files Browse the repository at this point in the history
small update trendanalysis, lower threshold from 80 to 50 ng/ul
  • Loading branch information
RoanKanninga authored Nov 30, 2023
2 parents e05ec19 + e67095d commit 76a6e10
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 76a6e10

Please sign in to comment.