Skip to content

Commit f1eb441

Browse files
committed
Heatmap: Outer rim: Slight increase font size
1 parent 4908251 commit f1eb441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class CircularHeatmapComponent implements OnInit {
253253
left: marginAll,
254254
};
255255
var bbWidth = imageWidth - Math.max(margin.left + margin.right, margin.top + margin.bottom) * 2; // bounding box
256-
var segmentLabelHeight = bbWidth * 0.0155; // Fuzzy number, to match the longest label within one sector
256+
var segmentLabelHeight = bbWidth * 0.0166; // Magic fudge number. to match the longest label within one sector
257257
var outerRadius = bbWidth / 2 - segmentLabelHeight;
258258
var innerRadius = outerRadius / 5;
259259
var segmentHeight = (outerRadius - innerRadius) / maxLevel;

0 commit comments

Comments
 (0)