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 2021/04/24 12:55:41 UTC

[GitHub] [echarts] Echartswest opened a new issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Echartswest opened a new issue #14784:
URL: https://github.com/apache/echarts/issues/14784


   ### Version
   5.1.0
   
   ### Reproduction link
   [https://jsbin.com/zibopik/4/edit?html,js,output](https://jsbin.com/zibopik/4/edit?html,js,output)
   
   ### Steps to reproduce
   the JSBIN Link coded by adding a toolbox (square icon to resize) into the example of https://echarts.apache.org/examples/zh/editor.html?c=custom-calendar-icon to resize the chart.
   
   ### What is expected?
   The whole group of the graphic should be animated synchronously when resize the chart. As well the calendar should be animated with the resizing.
   
   ### What is actually happening?
   The children in type 'text' in the group of graphic is still not animated, it will change position immediately without animation when resizing the chart.
   
   ---
   Refer to the issue #13923: resize的取消动画效果了吗?
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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] [echarts] echarts-bot[bot] commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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


[GitHub] [echarts] echarts-bot[bot] commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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


[GitHub] [echarts] Ovilia commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #14784:
URL: https://github.com/apache/echarts/issues/14784#issuecomment-826289762


   The calendar component doesn't support animation by now.


-- 
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] [echarts] Echartswest commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Posted by GitBox <gi...@apache.org>.
Echartswest commented on issue #14784:
URL: https://github.com/apache/echarts/issues/14784#issuecomment-826344253


   Hi, Ovilia
   It is ok that Calendar component is not animation supported so far.
   However, in my JSBin linked code, the group.children in type 'text' is not animated when resize the chart, it cannot be animated with other types of children in the group. This is a calendar component.
   I also tried to resize other graphic group, the same issue: the type 'text' children cannot be animated with other graphic children too.
   So, could you enable the type 'text' children to be animated synchronously with other children as one group, otherwise the animation is incomplete. Thanks!
   
   //below is not calendar component, it is in the graphic group as children in type 'text', it cannot be animated with other types of children in its group.
       group.children.push({
           type: 'text',
           style: {
               x: cellPoint[0],
               y: cellPoint[1] - cellHeight / 2 + 15,
               text: echarts.format.formatTime('dd', api.value(0)),
               fill: '#777',
               textFont: api.font({fontSize: 14})
           }
       });


-- 
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] [echarts] Echartswest commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Posted by GitBox <gi...@apache.org>.
Echartswest commented on issue #14784:
URL: https://github.com/apache/echarts/issues/14784#issuecomment-851001618


   solved.


-- 
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] [echarts] Ovilia commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #14784:
URL: https://github.com/apache/echarts/issues/14784#issuecomment-826289762


   The calendar component doesn't support animation by now.


-- 
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] [echarts] Echartswest commented on issue #14784: No animation for the children in type 'text' in graphic group when resize the chart.

Posted by GitBox <gi...@apache.org>.
Echartswest commented on issue #14784:
URL: https://github.com/apache/echarts/issues/14784#issuecomment-826344253


   Hi, Ovilia
   It is ok that Calendar component is not animation supported so far.
   However, in my JSBin linked code, the group.children in type 'text' is not animated when resize the chart, it cannot be animated with other types of children in the group. This is a calendar component.
   I also tried to resize other graphic group, the same issue: the type 'text' children cannot be animated with other graphic children too.
   So, could you enable the type 'text' children to be animated synchronously with other children as one group, otherwise the animation is incomplete. Thanks!
   
   //below is not calendar component, it is in the graphic group as children in type 'text', it cannot be animated with other types of children in its group.
       group.children.push({
           type: 'text',
           style: {
               x: cellPoint[0],
               y: cellPoint[1] - cellHeight / 2 + 15,
               text: echarts.format.formatTime('dd', api.value(0)),
               fill: '#777',
               textFont: api.font({fontSize: 14})
           }
       });


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