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 2022/09/27 02:53:49 UTC

[GitHub] [echarts] Robin-ZhaoBin commented on issue #4821: [echarts] 3.3.2 热力图 当值为0时候不显示

Robin-ZhaoBin commented on issue #4821:
URL: https://github.com/apache/echarts/issues/4821#issuecomment-1258899929

   去掉下面的 || '-' 即可
   ```
   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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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