1、橫坐標與數據列無法對齊、所有圖例變為灰色后,數據依然在圖表上顯示 image.png image.png 原因: 使用了對數據進行了四舍五入total.toFixed(2) image.png 解決: format:'{total:,.2f}' image.png