a3246995 commented on issue #9271:
URL: https://github.com/apache/echarts/issues/9271#issuecomment-1858698680
我解决了就一行代码,我来分享下往上都是啥分组啥的, 遍历给name加上空格制造差异性:
processedArray = arry.map((item, index) => {
return {
name: `${item.deviceName}${index > 0 ? Array(index + 1).join(" ") :
""}`,
})
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]