We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7d80e commit eaf4754Copy full SHA for eaf4754
1 file changed
src/app/collate/cytoscape-plot/heatmap-plot/heatmap-plot.component.ts
@@ -96,7 +96,7 @@ export class HeatmapPlotComponent {
96
z.push(d.log2fc);
97
text.push(`${d.project}`);
98
99
- if (d.comparison !== lastComparison && project !== lastProject) {
+ if (d.comparison !== lastComparison || project !== lastProject) {
100
tickvals.push(tickIndex);
101
ticktext.push(d.comparison);
102
lastComparison = d.comparison;
0 commit comments