Skip to content

Commit b72548e

Browse files
committed
Heatmap: TMP: Added 'debugger;' in condition on pipe
1 parent b0d0832 commit b72548e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/pages/circular-heatmap/circular-heatmap.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ export class CircularHeatmapComponent implements OnInit, OnDestroy {
152152
stroke: css.getPropertyValue('--heatmap-stroke').trim(),
153153
};
154154
console.debug(`${perfNow()}s: themeService.pipe: Heatmap theme colors:`, this.theme_colors);
155+
if (!this.theme_colors['background'] || !this.theme_colors['filled']) {
156+
console.debug(css);
157+
debugger;
158+
}
155159

156160
// Repaint segments with new theme
157161
this.reColorHeatmap();

0 commit comments

Comments
 (0)