Skip to content

Commit 1760e44

Browse files
committed
Update heatmap-plot.component.ts
1 parent af7cc8d commit 1760e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/collate/cytoscape-plot/heatmap-plot/heatmap-plot.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class HeatmapPlotComponent {
204204
if (this.reversePointIndexToProject[shapeIndex]) {
205205
this.reversePointIndexToProject[shapeIndex].line.color = 'white';
206206
const shape = this.reversePointIndexToColumn[shapeIndex];
207-
shape.line.color = 'white';
207+
shape.line.color = 'black';
208208
shape.line.width = 2;
209209
this.revision++;
210210
}

0 commit comments

Comments
 (0)