Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions apps/dash-clinical-analytics/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import dash
# import dash_core_components as dcc
# import dash_html_components as html
# from dash.dependencies import Input, Output, ClientsideFunction
from dash import dcc, html, Input, Output, ClientsideFunction
import numpy as np
import pandas as pd
Expand Down Expand Up @@ -734,11 +731,6 @@ def update_table(start, end, clinic, admit_type, heatmap_click, reset_click, *ar
score_selected_index,
)
figure_list.append(department_score_figure)
# print('BREAKBREAKBREAKBREAK')
# departments = np.insert(departments, 0, None)
# figure_list[0]['layout']['margin']['b'] = 1
# print(figure_list[0]['data'][0])
# print(figure_list[0]['layout']['margin']['t'])
# Put figures in table
table = generate_patient_table(
figure_list, departments, wait_time_xrange, score_xrange
Expand Down
Loading