You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/12 09:05:50 UTC

[GitHub] [incubator-echarts] Ovilia commented on issue #12784: 热力图的series.data中设置二维数组,x,y轴效果被互唤

Ovilia commented on issue #12784:
URL: https://github.com/apache/incubator-echarts/issues/12784#issuecomment-643163726


   代码里有
   ```js
   data = data.map(function (item) {
       return [item[1], item[0], item[2] || '-'];
   });
   ```
   所以并没有问题
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org