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/03/09 08:07:46 UTC

[GitHub] [echarts] baokeyu123 opened a new issue #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

baokeyu123 opened a new issue #14432:
URL: https://github.com/apache/echarts/issues/14432


   ### Version
   next
   
   ### Steps to reproduce
   
          chartInstance.setOption({
               ...option,
               series: [
   
                   {
                       type: 'line',
                       data: data,
                       smooth: true,
                       silent: true
                   },]
   
   ### What is expected?
   how to resolve this problems
   
   ### What is actually happening?
   firstly  when i animationDuration in setOption. the chart's liner can linear paint.
   however,when i want to update data through setOption again.   the chart'liner paint right now.
   how to linear update data‘s values through second setOption or more times.
   thanks.
   
   ---
   please help me to resolve problem,thanks
   
   <!-- 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 #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

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


   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 **you have posted enough image to demo your request**. 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] plainheart commented on issue #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

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


   To keep a linear update, You will need to set `animationDuration` as the same as the update interval.


----------------------------------------------------------------
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] baokeyu123 commented on issue #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

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


   @plainheart In the future, the official API will be issued to solve the problem of dynamic data update animation?after all, through set interval to linear update paint is so trouble
   
   thanks you very much


----------------------------------------------------------------
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] plainheart commented on issue #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

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


   Yes. I think it's necessary to make the update animation more smooth, not by setting the animation duration and interval.


----------------------------------------------------------------
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] baokeyu123 commented on issue #14432: How to linear update data's values through set API for 'setOptions' more times in echarts.

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


   @leeight 当我通过setOption 动态push数据时,如何能更加匀速的更新非初始化Echart视图,谢谢


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