Skip to content

Commit 7e5be6b

Browse files
committed
VueUiTreemap new component
1 parent 81e8cb1 commit 7e5be6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.0.62",
4+
"version": "2.0.63",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-treemap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ defineExpose({
534534

535535
<div v-if="isZoom" class="vue-ui-treemap-zoom-info">
536536
<div v-if="treemapConfig.style.chart.layout.labels.showDefaultLabels">
537-
<span :style="`width:100%;`">
537+
<span :style="`width:100%; color: ${adaptColorToBackground(selectedRect.color)}`">
538538
{{ selectedRect.name }}
539539
</span><br>
540540
<span :style="`width:100%; color: ${adaptColorToBackground(selectedRect.color)}`">

0 commit comments

Comments
 (0)