Skip to content

Commit

Permalink
Auto-scale home page bar graph
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa committed Apr 29, 2024
1 parent c457203 commit 3a08c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/host/plotting_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ def plot_bar_chart(data_dict):
y_axis_label=y_label,
x_range=vals["processing"],
y_range=Range1d(start=0, end=max(transient_numbers) * 1.1),
sizing_mode="scale_both",
)

labels = LabelSet(
Expand Down

0 comments on commit 3a08c21

Please sign in to comment.