Skip to content

Commit 5063f60

Browse files
author
James Kingdon
committed
set circular graph to 70% width
1 parent 60ef41e commit 5063f60

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

0 commit comments

Comments
 (0)