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 f0635df + 4dc34aa commit 9619774Copy full SHA for 9619774
src/app/component/circular-heatmap/circular-heatmap.component.ts
@@ -241,7 +241,7 @@ export class CircularHeatmapComponent implements OnInit {
241
.data([dataset])
242
.enter()
243
.append('svg')
244
- .attr('width', '70%')
+ .attr('width', '60%') // 70% forces the heatmap down
245
.attr('height', height + margin.top + margin.bottom)
246
.append('g')
247
.attr(
0 commit comments