@@ -1596,7 +1596,7 @@ const filterInvalidData = (item:{ Value: number[]; Name: string; Date: string; C
let temArr=[]
commodityChartRenderData.value.commodityXData.forEach((i,index)=>{
if(i.IsHide!==1){
- temArr.push(arr[index]||null)
+ temArr.push(arr[index])
}
})