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 e9d3f20 commit 8d52debCopy full SHA for 8d52deb
frontend/src/views/chat/chat-block/ChartBlock.vue
@@ -216,7 +216,7 @@ function addToDashboard() {
216
// @ts-expect-error eslint-disable-next-line @typescript-eslint/ban-ts-comment
217
const chartBaseInfo = JSON.parse(props.message?.record?.chart)
218
recordeInfo['chart'] = {
219
- type: chartBaseInfo.type,
+ type: currentChartType.value,
220
title: chartBaseInfo.title,
221
columns: chartBaseInfo.columns,
222
xAxis: chartBaseInfo.axis?.x ? [chartBaseInfo.axis.x] : [],
0 commit comments