We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e8cb1 commit 7e5be6bCopy full SHA for 7e5be6b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-data-ui",
3
"private": false,
4
- "version": "2.0.62",
+ "version": "2.0.63",
5
"type": "module",
6
"description": "A user-empowering data visualization Vue components library",
7
"keywords": [
src/components/vue-ui-treemap.vue
@@ -534,7 +534,7 @@ defineExpose({
534
535
<div v-if="isZoom" class="vue-ui-treemap-zoom-info">
536
<div v-if="treemapConfig.style.chart.layout.labels.showDefaultLabels">
537
- <span :style="`width:100%;`">
+ <span :style="`width:100%; color: ${adaptColorToBackground(selectedRect.color)}`">
538
{{ selectedRect.name }}
539
</span><br>
540
<span :style="`width:100%; color: ${adaptColorToBackground(selectedRect.color)}`">
0 commit comments