Skip to content

Commit

Permalink
Merge pull request #2442 from dippindots/add_tooltip_for_co-occurrenc…
Browse files Browse the repository at this point in the history
…e_pattern

add tooltip for Co-occurrence Pattern column
  • Loading branch information
alisman authored Jun 11, 2019
2 parents 8ae3302 + b2c5f63 commit 0ae7797
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,18 @@ export default class AlterationEnrichmentContainer extends React.Component<IAlte
/>
</div>
</DefaultTooltip>;
},
},
tooltip:
<table>
<tr>
<td>Upper row</td>
<td>: Samples colored according to group.</td>
</tr>
<tr>
<td>Lower row</td>
<td>: Samples with {this.props.showCNAInTable ? 'the listed alteration' : 'a mutation'} in the listed gene are highlighted.</td>
</tr>
</table>,
});
}

Expand Down

0 comments on commit 0ae7797

Please sign in to comment.