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 4973d04 commit aa9ea23Copy full SHA for aa9ea23
src/app/component/circular-heatmap/circular-heatmap.component.ts
@@ -398,7 +398,7 @@ export class CircularHeatmapComponent implements OnInit {
398
.append('svg')
399
.attr('width', '60%') // 70% forces the heatmap down
400
.attr('height', 'auto')
401
- .attr('viewBox', '0 0 1150 1150')
+ .attr('viewBox', '0 0 1150 1150')
402
.append('g')
403
.attr(
404
'transform',
0 commit comments