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.
2 parents 68951ef + 04dee41 commit b2b6132Copy full SHA for b2b6132
src/app/component/circular-heatmap/circular-heatmap.component.ts
@@ -397,7 +397,8 @@ export class CircularHeatmapComponent implements OnInit {
397
.enter()
398
.append('svg')
399
.attr('width', '60%') // 70% forces the heatmap down
400
- .attr('height', height + margin.top + margin.bottom)
+ .attr('height', 'auto')
401
+ .attr('viewBox', '0 0 1150 1150')
402
.append('g')
403
.attr(
404
'transform',
0 commit comments