Skip to content

Commit

Permalink
show interactive buttons (#169)
Browse files Browse the repository at this point in the history
* show interactive buttons

* Make toggles visible

* update changelog
  • Loading branch information
rcannood authored May 5, 2023
1 parent 388f2af commit 66705c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
8 changes: 5 additions & 3 deletions results/_blocks/_summary_figure.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down

0 comments on commit 66705c4

Please sign in to comment.