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