处理折线图x轴lable显示不全的问题

This commit is contained in:
renpy 2023-08-28 17:19:36 +08:00
parent d0099126dc
commit 99fa809fdc

View File

@ -566,7 +566,7 @@ export default {
return ' ' + value;
}
if(index === this.xData.length -1) {
return value + ' ';
return value + ' ';
}
return value
}