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 0548423 + 5063f60 commit d60c570Copy full SHA for d60c570
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', '60%')
+ .attr('width', '70%')
245
.attr('height', height + margin.top + margin.bottom)
246
.append('g')
247
.attr(
0 commit comments