Skip to content

Commit f4517ae

Browse files
committed
Fix - VueUiXy - Set fixed height for tag arrow
1 parent 7c96542 commit f4517ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@
107107
"vitest": "^3.1.1",
108108
"vue": "^3.5.13"
109109
}
110-
}
110+
}

src/components/vue-ui-xy.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@
12231223
opacity: 1
12241224
}"
12251225
>
1226-
<svg class="vue-ui-xy-tag-arrow" height="100%" viewBox="0 0 10 20" :style="{ position: 'absolute', right: '100%', top: '50%', transform: 'translateY(-50%)'}">
1226+
<svg class="vue-ui-xy-tag-arrow" height="20" viewBox="0 0 10 20" :style="{ position: 'absolute', right: '100%', top: '50%', transform: 'translateY(-50%)'}">
12271227
<path d="M 0,10 10,0 10,20 Z" :fill="serie.color" stroke="none" />
12281228
</svg>
12291229
<div class="vue-ui-xy-tag-content" v-html="
@@ -1317,7 +1317,7 @@
13171317
opacity: 1
13181318
}"
13191319
>
1320-
<svg class="vue-ui-xy-tag-arrow" height="100%" viewBox="0 0 10 20" :style="{ position: 'absolute', right: '100%', top: '50%', transform: 'translateY(-50%)'}">
1320+
<svg class="vue-ui-xy-tag-arrow" height="20" viewBox="0 0 10 20" :style="{ position: 'absolute', right: '100%', top: '50%', transform: 'translateY(-50%)'}">
13211321
<path d="M 0,10 10,0 10,20 Z" :fill="serie.color" stroke="none" />
13221322
</svg>
13231323
<div class="vue-ui-xy-tag-content" v-html="

0 commit comments

Comments
 (0)