Skip to content

Commit d60c570

Browse files
authored
Merge pull request #200 from jkingdon-ms/master
fix #199
2 parents 0548423 + 5063f60 commit d60c570

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', '60%')
244+
.attr('width', '70%')
245245
.attr('height', height + margin.top + margin.bottom)
246246
.append('g')
247247
.attr(

0 commit comments

Comments
 (0)