Skip to content

Commit aa9ea23

Browse files
committed
More linting
1 parent 4973d04 commit aa9ea23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/circular-heatmap/circular-heatmap.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export class CircularHeatmapComponent implements OnInit {
398398
.append('svg')
399399
.attr('width', '60%') // 70% forces the heatmap down
400400
.attr('height', 'auto')
401-
.attr('viewBox', '0 0 1150 1150')
401+
.attr('viewBox', '0 0 1150 1150')
402402
.append('g')
403403
.attr(
404404
'transform',

0 commit comments

Comments
 (0)