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/11/04 05:39:45 UTC

[GitHub] [incubator-echarts] guokaikaio opened a new issue #11554: why bar lable.position set [290, 0] can not animation?

guokaikaio opened a new issue #11554: why bar lable.position set [290,0] can not animation?
URL: https://github.com/apache/incubator-echarts/issues/11554
 
 
   **my option**
   `         label: {
                               show: true, //显示文本
                               position: [290,0], //数据值位置
                               // position: "right",
                               textStyle: {
                                   color: "#B1CDF8",
                                   fontSize: 14
                               },
                               formatter:'{c}%'
                           }`
   
   set lable position [290,0] then   when bar animation but label can not .
   if set lable position "right" then when bar animation that lable can .
   `
      label: {
                               show: true, //显示文本
                               position: "right", //数据值位置
                               // position: "right",
                               textStyle: {
                                   color: "#B1CDF8",
                                   fontSize: 14
                               },
                               formatter:'{c}%'
                           }`
   `
   why set to [290,0] the lable donot animation as bar?
   <!--
   Please Use https://ecomfe.github.io/echarts-issue-helper to create the issue.
   Otherwise, it will be closed immediately.
   Questions in the form of *How to use ...* should be at Stack Overflow rather than GitHub issue list.
   
   请注意,所有 issue 必须由 https://ecomfe.github.io/echarts-issue-helper/ 创建,不然将会被直接关闭。建议使用英文提问。
   Issues 中不要问「如何使用 ECharts 实现……功能」的问题,相关问题请到 SegmentFault 或 Stack Overflow 提问,详见上面的链接。
   -->
   
   This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.
   

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