{t('消耗分布')}} itemKey='1' />
{t('消耗趋势')}} itemKey='2' />
{t('调用次数分布')}} itemKey='3' />
{t('调用次数排行')}} itemKey='4' />
}
bodyStyle={{ padding: 0 }}
>
{activeChartTab === '1' && (
)}
{activeChartTab === '2' && (
)}
{activeChartTab === '3' && (
)}
{activeChartTab === '4' && (
)}
);
};
export default ChartsPanel;