diff --git a/src/pages/StatisticsChart/common/index.tsx b/src/pages/StatisticsChart/common/index.tsx index 9dbe7139e..8fd7955cc 100644 --- a/src/pages/StatisticsChart/common/index.tsx +++ b/src/pages/StatisticsChart/common/index.tsx @@ -197,10 +197,7 @@ export function SmartChartPage({ } }, [onFetched, query.data]) - const option = useMemo( - () => getEChartOption(dataList, ChartColor, isMobile, isThumbnail), - [dataList, getEChartOption, isMobile, isThumbnail], - ) + const option = getEChartOption(dataList, ChartColor, isMobile, isThumbnail) const content = query.isLoading ? (