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/10 02:45:22 UTC

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

JC-Ge opened a new issue #12784:
URL: https://github.com/apache/incubator-echarts/issues/12784


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian](https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian)
   
   ### Steps to reproduce
   使用官方的热力图案例就可发现
   
   ### What is expected?
   数组第一列对应x轴,第二列对应y轴
   
   ### What is actually happening?
   第一列对应y轴,第二列对应x轴
   
   ---
   官方文档周关于series-heatmap.data中的说明是二维数组中第一列代表x轴,但在热力图中第一列代表y轴
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
JC-Ge commented on issue #12784:
URL: https://github.com/apache/incubator-echarts/issues/12784#issuecomment-645282529


   ok!Thank you!I ignored this part and i will close issue.


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
JC-Ge closed issue #12784:
URL: https://github.com/apache/incubator-echarts/issues/12784


   


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12784:
URL: https://github.com/apache/incubator-echarts/issues/12784#issuecomment-641686448


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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