Skip to content

Commit 49b1a19

Browse files
authored
Merge pull request dataease#11234 from dataease/pr@dev-v2_st
fix(仪表板): 导出测试
2 parents cd0788e + 373e978 commit 49b1a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ const calcData = async (view, callback) => {
176176
dynamicAreaId.value = country.value + dynamicAreaId.value
177177
}
178178
}
179+
console.log('chartData.value', chartData.value)
180+
179181
dvMainStore.setViewDataDetails(view.id, chartData.value)
180182
emitter.emit('chart-data-change')
181183
await renderChart(res, callback)

0 commit comments

Comments
 (0)