feat: useEcharts exports echarts instance#5294 (#5299)

This commit is contained in:
clddup 2025-01-05 15:54:13 +08:00 committed by GitHub
parent 06cccc53fa
commit bbbdbfa912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,6 +109,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
return { return {
renderEcharts, renderEcharts,
resize, resize,
chartInstance
}; };
} }