@@ -97,9 +97,9 @@ def index_dash_fields():
97
97
graphics ["grouped_fields" ] = dashboard .utils .plotly .bar_graphic (
98
98
data = util_data ["summary" ],
99
99
col_names = ["group" , "bio_values" ],
100
- legend = ["Bio analysis" ],
100
+ legend = ["Bioinformatic analysis" ],
101
101
yaxis = {"title" : "Number of fields" },
102
- options = {"title" : "Schema Fields Utilization " , "height" : 300 },
102
+ options = {"title" : "Completion Status of Fields " , "height" : 300 },
103
103
)
104
104
105
105
else :
@@ -114,17 +114,17 @@ def index_dash_fields():
114
114
graphics ["grouped_fields" ] = dashboard .utils .plotly .bar_graphic (
115
115
data = util_data ["summary" ],
116
116
col_names = ["group" , "lab_values" ],
117
- legend = ["Metada lab " ],
117
+ legend = ["Laboratory metadata " ],
118
118
yaxis = {"title" : "Number of fields" },
119
- options = {"title" : "Schema Fields Utilization " , "height" : 300 },
119
+ options = {"title" : "Completion Status of Fields " , "height" : 300 },
120
120
)
121
121
else :
122
122
graphics ["grouped_fields" ] = dashboard .utils .plotly .bar_graphic (
123
123
data = util_data ["summary" ],
124
124
col_names = ["group" , "lab_values" , "bio_values" ],
125
- legend = ["Metada lab " , "Bio analysis" ],
125
+ legend = ["Laboratory metadata " , "Bioinformatic analysis" ],
126
126
yaxis = {"title" : "Number of fields" },
127
- options = {"title" : "Schema Fields Utilization " , "height" : 300 },
127
+ options = {"title" : "Completion Status of Fields " , "height" : 300 },
128
128
)
129
129
130
130
if "ERROR_ANALYSIS" not in util_data :
0 commit comments