Skip to content

Commit 4dc34aa

Browse files
committed
fix heatmap down #205
1 parent d60c570 commit 4dc34aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export class CircularHeatmapComponent implements OnInit {
241241
.data([dataset])
242242
.enter()
243243
.append('svg')
244-
.attr('width', '70%')
244+
.attr('width', '60%') // 70% forces the heatmap down
245245
.attr('height', height + margin.top + margin.bottom)
246246
.append('g')
247247
.attr(

0 commit comments

Comments
 (0)