diff --git a/CHANGELOG.md b/CHANGELOG.md index b27721c4..bc91b78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ * Fix mermaid background rendering (#243). +* Make the funkyheatmap interactive settings visible (#169). + ## BUG FIX * Rename `create_skeleton` to `create_component` in documentation (#213). diff --git a/results/_blocks/_summary_figure.qmd b/results/_blocks/_summary_figure.qmd index f9932f7c..35bd628d 100644 --- a/results/_blocks/_summary_figure.qmd +++ b/results/_blocks/_summary_figure.qmd @@ -119,14 +119,16 @@ ojs_define( ) ``` + ```{ojs} -//| include: false //| echo: false -// panel: input +//| panel: input +//| layout-ncol: 2 viewof color_by_rank = Inputs.toggle({label: "Color by rank"}) -viewof scale_column = Inputs.toggle({label: "Rescale per column"}) +viewof scale_column = Inputs.toggle({label: "Minmax column"}) ``` + ```{ojs} //| echo: false //| fig-cap: "Overview of the results per method. This figures shows the mean of the scaled scores (group Overall), the mean scores per dataset (group Dataset) and the mean scores per metric (group Metric)."