Skip to content

Commit 8e1ee16

Browse files
committed
Fix - VueUiTreemap - Fix line height issues with default labels; fix cropped rects when zoom is active
1 parent 83586f9 commit 8e1ee16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/vue-ui-treemap.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,6 @@ function getWidth({ x0, x1 }) {
495495
496496
function calcFontSize(rect) {
497497
const cfg = FINAL_CONFIG.value.style.chart.layout.labels;
498-
499-
console.log(cfg)
500-
501498
const base = cfg.fontSize;
502499
const minFs = cfg.minFontSize;
503500
const maxFs = cfg.fontSize * 2;

0 commit comments

Comments
 (0)