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 2019/10/29 07:32:40 UTC

[GitHub] [incubator-echarts] fxxjdedd opened a new issue #11509: 【Pie饼图】使用dataset配置时,维度列的值如果存在Number类型,图表渲染残缺

fxxjdedd opened a new issue #11509: 【Pie饼图】使用dataset配置时,维度列的值如果存在Number类型,图表渲染残缺
URL: https://github.com/apache/incubator-echarts/issues/11509
 
 
   ### Version
   4.4.0
   
   ### Reproduction link
   [https://jsfiddle.net/v1k7jz85/2/](https://jsfiddle.net/v1k7jz85/2/)
   
   ### Steps to reproduce
   ```js
   
   const source = [
     // 如果存在这种type: '123',维度值为数字类型,图标渲染就会出问题
     { type: '123', value: 110,  },
     { type: 'Hive', value: 117,  },
     { type: 'MySQL', value: 122,  },
   ]
   
   ```
   
   ### What is expected?
   图表的渲染,比如legend、tooltip应该正常
   
   ### What is actually happening?
   legend缺失,tooltip缺失
   
   <!-- 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


With regards,
Apache Git Services

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