From daefc6038ec06d04e674e299654f19501b5f631b Mon Sep 17 00:00:00 2001 From: "Uyanik, Yusuf" Date: Thu, 23 Jan 2025 13:54:23 +0100 Subject: [PATCH] Update HealthCheck.qmd --- python/pdstools/reports/HealthCheck.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pdstools/reports/HealthCheck.qmd b/python/pdstools/reports/HealthCheck.qmd index 6c482d9d..2ff7b9eb 100644 --- a/python/pdstools/reports/HealthCheck.qmd +++ b/python/pdstools/reports/HealthCheck.qmd @@ -1619,7 +1619,7 @@ try: response_counts = datamart.plot.over_time( "ResponseCount", by="Channel", - cumulative=True, + show_changes=True, facet="Configuration", ) @@ -1859,4 +1859,4 @@ except Exception as e: report_utils.show_credits("pega-datascientist-tools/python/pdstools/reports/HealthCheck.qmd") -``` \ No newline at end of file +```