pissang commented on issue #14358:
URL: https://github.com/apache/echarts/issues/14358#issuecomment-786505288
data 的格式是下面这样
```ts
[
[1, 2, 3, 4] // 每个数据项都是一个多维数据的数组
]
```
```ts
[
// 每个数据项是一个对象,其中 value 是包含多维数据的数组,其它属性可以是 itemStyle 设置样式,也可以是其它自己临时存放的并不是给
echarts 用的东西
{
value: [1, 2, 3, 4]
}
]
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]