Skip to content

Commit 8015cf6

Browse files
committed
Fix - VueUiCirclePack - Fix wrong ref to config attr in zoom value rounding
1 parent 97874b0 commit 8015cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-circle-pack.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function getZoomLabel() {
399399
p: FINAL_CONFIG.value.style.chart.circles.zoom.label.value.prefix,
400400
v: zoom.value.value,
401401
s: FINAL_CONFIG.value.style.chart.circles.zoom.label.value.suffix,
402-
r: FINAL_CONFIG.value.style.chart.circles.zoom.label.rounding
402+
r: FINAL_CONFIG.value.style.chart.circles.zoom.label.value.rounding
403403
})
404404
)
405405
}

0 commit comments

Comments
 (0)