From d871728d2405025a354060a4fd4b01c82d41beae Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 27 Jun 2022 12:04:07 +0200 Subject: [PATCH] feat: remove outdated theme option BREAKING CHANGE: theme config parameter removed --- popmon/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/popmon/config.py b/popmon/config.py index fa290bf5..c9d90261 100644 --- a/popmon/config.py +++ b/popmon/config.py @@ -26,9 +26,6 @@ # (see https://joblib.readthedocs.io/en/latest/generated/joblib.Parallel.html for details) parallel_args = {"n_jobs": 1} -# Usage the `ing_matplotlib_theme` -themed = True - class SectionModel(BaseModel): name: str @@ -162,6 +159,9 @@ class Report(BaseModel): """if True, show all the generated statistics in the report (optional) if set to False, then smaller show_stats (see below)""" + online_report: bool = True + """Use a CDN to host resources, or embed them into the report.""" + show_stats: List[str] = [ "distinct*", "filled*",