We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7cc8d commit 1760e44Copy full SHA for 1760e44
1 file changed
src/app/collate/cytoscape-plot/heatmap-plot/heatmap-plot.component.ts
@@ -204,7 +204,7 @@ export class HeatmapPlotComponent {
204
if (this.reversePointIndexToProject[shapeIndex]) {
205
this.reversePointIndexToProject[shapeIndex].line.color = 'white';
206
const shape = this.reversePointIndexToColumn[shapeIndex];
207
- shape.line.color = 'white';
+ shape.line.color = 'black';
208
shape.line.width = 2;
209
this.revision++;
210
}
0 commit comments