1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-08-05 07:19:17 +08:00

fix: show custom chart settings in pivot #138

This commit is contained in:
lana-k
2026-07-12 17:19:07 +02:00
parent 39d1604959
commit 2b6de12dc5

View File

@@ -19,6 +19,7 @@
<chart <chart
ref="customChart" ref="customChart"
v-bind="customChartComponentProps" v-bind="customChartComponentProps"
:showViewSettings="showViewSettings"
@update="$emit('update')" @update="$emit('update')"
@loading-image-completed="$emit('loadingImageCompleted')" @loading-image-completed="$emit('loadingImageCompleted')"
/> />