Skip to content

Commit 9619774

Browse files
authored
Merge pull request #207 from wurstbrot/fix/heatmap
fix heatmap down
2 parents f0635df + 4dc34aa commit 9619774

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)