Skip to content

Commit 4b51906

Browse files
committed
VueUiTreemap improved zoom functionality & animations
1 parent 01fc233 commit 4b51906

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.69",
4+
"version": "2.0.70",
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
@@ -601,7 +601,7 @@ defineExpose({
601601

602602
<!-- TOOLTIP -->
603603
<Tooltip
604-
:show="treemapConfig.style.chart.tooltip.show && isTooltip && !isZoom"
604+
:show="treemapConfig.style.chart.tooltip.show && isTooltip"
605605
:backgroundColor="treemapConfig.style.chart.tooltip.backgroundColor"
606606
:color="treemapConfig.style.chart.tooltip.color"
607607
:parent="treemapChart"

0 commit comments

Comments
 (0)