Skip to content

Commit 0b34a21

Browse files
authored
Merge pull request #409 from ImagingDataCommons/sprint-14-gw
update tooltips again
2 parents aad6b71 + 6d23aa2 commit 0b34a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/js/explore.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ require([
170170
});
171171

172172
tippy('.tooltip_filter_info',{
173-
content: 'Each chart below reports the number of cases (or patients) for all values within a given attribute. '+
174-
'For certain attributes (e.g. Modality) several distinct values may apply to the same case.',
173+
content: 'Each chart below reports the number of cases (or patients) for all values within a given attribute, given the currently defined filter set. Once a case is selected, all series for that case, including those that do not meet the search criteria, are included. For example, cases selected based on the presence of CT modality may also contain PET modality, and thus counts for both values will appear in the chart, and the manifest.',
175174
theme: 'light',
176175
placement: 'right-end',
177176
arrow: false

0 commit comments

Comments
 (0)