acecalisto3 commited on
Commit
a5903fb
·
verified ·
1 Parent(s): 092ec52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -606,7 +606,7 @@ class IssueManager:
606
  if not filtered_counts:
607
  fig = go.Figure()
608
  fig.update_layout(title="Issue Severity Distribution", xaxis={{"visible": False}}, yaxis={{"visible": False}},
609
- annotations=[{{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False, "font": {{"size": 16}}],
610
  plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
611
  return fig
612
 
 
606
  if not filtered_counts:
607
  fig = go.Figure()
608
  fig.update_layout(title="Issue Severity Distribution", xaxis={{"visible": False}}, yaxis={{"visible": False}},
609
+ annotations=[{{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False}}],
610
  plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
611
  return fig
612