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 cf51563 commit f419631Copy full SHA for f419631
src/components/vue-ui-horizontal-bar.vue
@@ -1384,8 +1384,8 @@ defineExpose({
1384
<PackageVersion />
1385
1386
<!-- BACKGROUND SLOT -->
1387
- <foreignObject v-if="$slots['chart-background']" :x="0" :y="0" :width="drawingArea.width"
1388
- :height="drawingArea.height" :style="{
+ <foreignObject v-if="$slots['chart-background']" :x="0" :y="0" :width="WIDTH"
+ :height="HEIGHT" :style="{
1389
pointerEvents: 'none',
1390
}">
1391
<slot name="chart-background" />
0 commit comments