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/09/10 04:34:02 UTC

[GitHub] [echarts] ljh257110 opened a new issue #15705: 使用datazoom时,数据的分块加载方案 Block loading scheme of data when using datazoom

ljh257110 opened a new issue #15705:
URL: https://github.com/apache/echarts/issues/15705


   ### What problem does this feature solve?
    能否实现柱状图、折线图、柱状折线混合图等在使用datazoom时,数据的分块加载方案,目前实现方案需要一开始就获取到所有数据,这在数据量大或者数据本身的来源需要很多计算时会有问题 
   Can you implement the block loading scheme of data when using datazoom, such as histogram, broken line graph and column broken line mixed graph? At present, the implementation scheme needs to obtain all data from the beginning, which will have problems when the amount of data is large or the source of data itself needs a lot of calculation
   
   ### What does the proposed API look like?
   使用datazoom时,数据可以当触发滑动事件时再去加载,或者滑动时直接变更整个的数据,而不是现在可以一个刻度一个刻度的滑动
   When using datazoom, the data can be loaded when the sliding event is triggered, or the whole data can be changed directly during sliding, instead of sliding scale by scale
   
   <!-- 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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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 #15705: 使用datazoom时,数据的分块加载方案 Block loading scheme of data when using datazoom

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






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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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