We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffccf07 commit 04dee41Copy full SHA for 04dee41
1 file changed
src/app/component/circular-heatmap/circular-heatmap.component.ts
@@ -390,7 +390,8 @@ export class CircularHeatmapComponent implements OnInit {
390
.enter()
391
.append('svg')
392
.attr('width', '60%') // 70% forces the heatmap down
393
- .attr('height', height + margin.top + margin.bottom)
+ .attr('height', 'auto')
394
+ .attr('viewBox', '0 0 1150 1150')
395
.append('g')
396
.attr(
397
'transform',
0 commit comments