Liu Chun Peng
Results
1
comments of
Liu Chun Peng
请问你解决这个问题了吗 我这边也遇到了同样的问题 chart .line() .position('time*value') .color('channel', (item) => { const idx = idArr.indexOf(item); return colorEnum[idx]; }) .shape('smooth') .style('channel', { zIndex: (channel: any) => { const idx = idArr.indexOf(channel); const indexArr...