Ant design Chart 堆积图 Y轴问题

184 阅读1分钟

问题

  • Y轴的数据显示不正确 image.png

解决方法

  • 将Y轴的数据类型统一成Int型
  • 该问题的出现是因为存在不同的数据类型

image.png

image.png