Skip to content

Commit

Permalink
Fix bokeh figure outdated attributes in Sonora
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 28, 2024
1 parent 66cc7b9 commit c5f8dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gollum/sonora.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ def create_interact_ui(doc):

fig = figure(
title="Sonora Bobcat Interactive Dashboard",
plot_height=340,
plot_width=600,
height=340,
width=600,
tools="pan,wheel_zoom,box_zoom,reset,save",
toolbar_location="below",
border_fill_color="whitesmoke",
Expand Down

0 comments on commit c5f8dc3

Please sign in to comment.