You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/11/06 02:57:35 UTC

[GitHub] hanfengcan commented on issue #9344: pie图使用dataset,然后label使用{c},显示上有问题

hanfengcan commented on issue #9344: pie图使用dataset,然后label使用{c},显示上有问题
URL: https://github.com/apache/incubator-echarts/issues/9344#issuecomment-436114569
 
 
   在源码 test/pie.HTML 是使用
   `
                       dataset: {
                           source: [
                               {name: 'a', value: 123},
                               {name: 'b', value: 456},
                               {name: 'should be selected', value: 789, selected: true}
                           ]
                       },
   `
   就没有这个问题。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org