Skip to content

Commit

Permalink
fix: show heatmap descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Sep 1, 2022
1 parent 5e78f98 commit 64a4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popmon/visualization/histogram_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def _plot_heatmap(
{
"name": hist_names_formatted[hist_name],
"type": "heatmap",
"description": "",
"description": descriptions[hist_name],
"plot": pl["plot"],
"layout": pl["layout"],
"full_width": True,
Expand Down

0 comments on commit 64a4952

Please sign in to comment.