Skip to content

Commit 218dcc4

Browse files
committed
fix(chart): fix table chart missing header key
1 parent 42450c7 commit 218dcc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/components/ChartGraph/BasicTableChart/BasicTableChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ class BasicTableChart extends ReactChart {
650650
sorter: true,
651651
title: getColumnRenderName(c),
652652
dataIndex: chartDataSet.getFieldIndex(c),
653+
key: chartDataSet.getFieldKey(c),
653654
aggregate: c?.aggregate,
654655
colName,
655656
width: colMaxWidth,

0 commit comments

Comments
 (0)