src/utils/chart.ts @@ -117,7 +117,6 @@ }; export const axisLabelFormatter = (value, index) => { console.log("🚀 ~ value:", value) if (value >= 1000000) { return value / 1000000 + 'M'; }