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 02b0bd1 commit 89c17f3Copy full SHA for 89c17f3
src/components/vue-ui-xy.vue
@@ -2419,7 +2419,7 @@ export default {
2419
// NoTitle height to substract
2420
let noTitleHeight = 0;
2421
if (this.$refs.noTitle) {
2422
- noTitleHeight = this.$refs.source.getBoundingClientRect().height;
+ noTitleHeight = this.$refs.noTitle.getBoundingClientRect().height;
2423
}
2424
2425
this.height = height - titleHeight - legendHeight - slicerHeight - sourceHeight - noTitleHeight;
0 commit comments