mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(图表): 修复热力图,颜色字段为计算字段时,图表报错的问题 #16471
This commit is contained in:
committed by
jianneng-fit2cloud
parent
6930589027
commit
6551cceaaf
@@ -64,7 +64,8 @@ export const getData = async (data): Promise<IResponse> => {
|
||||
'extBubble',
|
||||
'extLabel',
|
||||
'extStack',
|
||||
'extTooltip'
|
||||
'extTooltip',
|
||||
'extColor'
|
||||
]
|
||||
const dataFields = ['fields', 'sourceFields']
|
||||
originNameHandleWithArr(copyData, fields)
|
||||
|
||||
@@ -85,7 +85,8 @@ export const updateCanvas = data => {
|
||||
'extBubble',
|
||||
'extLabel',
|
||||
'extStack',
|
||||
'extTooltip'
|
||||
'extTooltip',
|
||||
'extColor'
|
||||
]
|
||||
|
||||
for (const key in copyData.canvasViewInfo) {
|
||||
|
||||
Reference in New Issue
Block a user