all charts getting deleted when some other component is deleted because of undefined values in diff (#10397)

This commit is contained in:
Kartik Gupta 2024-07-22 14:37:32 +05:30 committed by GitHub
parent e1208343bb
commit 13b2832c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,9 +179,9 @@ export const chartConfig = {
},
exposedVariables: {
show: null,
chartTitle: undefined,
xAxisTitle: undefined,
yAxisTitle: undefined,
chartTitle: null,
xAxisTitle: null,
yAxisTitle: null,
clickedDataPoint: {},
},
definition: {