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/10/21 06:37:38 UTC

[GitHub] [echarts] dirslashls opened a new issue #15918: universalTransition for time series data

dirslashls opened a new issue #15918:
URL: https://github.com/apache/echarts/issues/15918


   ### What problem does this feature solve?
   I have a timeseries data that can switch between monthly, quarterly and yearly aggregate views and plotted either as a line or bar chart. The 5.2.0 feature of universalTransition is great but doesn't seem to be suitable for this type of data. What is happening is that lower granular data has more data points and so toggling from lower granular to higher granular view just removes all the points to the right and expands the starting set of points to occupy the entire chart. What is ideal is that all the monthly data should more into quarterly/yearly data. Similarly, when changing from year to month should similarly transform each year data points into it's corresponding monthly points.
   
   The challenge I see is that the chart doesn't have the knowledge of this `rollup`. Such a rollup is also possible for other types of hierarchical dimensions such as geography. 
   
   ### What does the proposed API look like?
   I am not entirely sure. If this is too specific, then if there is some way to create custom animations then that would be great.
   
   <!-- 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] dirslashls commented on issue #15918: universalTransition for time series data

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


   Thanks @pissang . My use case is to be able to drill-down multiple levels, say Continent to Country to State. To do this, the data for Country should indicate which Continent it belong to and also the data for Country needs to indicate which Country groupId it belongs to so the transition can use that GroupId at the State level.


-- 
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] pissang commented on issue #15918: universalTransition for time series data

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


   I'm not sure if it's what you want. Universal transition can be applied on the drilldown/rollup case. Here is an example 
   https://echarts.apache.org/examples/zh/editor.html?c=bar-drilldown
   
   The key is using the same `dataGroupId` to mapping the data.


-- 
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] pissang edited a comment on issue #15918: universalTransition for time series data

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #15918:
URL: https://github.com/apache/echarts/issues/15918#issuecomment-948455823


   I'm not sure if it's what you want. Universal transition can be applied on the drilldown/rollup case. Here is an example 
   https://echarts.apache.org/examples/zh/editor.html?c=bar-drilldown
   
   The key is using the same `dataGroupId` to map the data.


-- 
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 #15918: universalTransition for time series data

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


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

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] dirslashls closed issue #15918: universalTransition for time series data

Posted by GitBox <gi...@apache.org>.
dirslashls closed issue #15918:
URL: https://github.com/apache/echarts/issues/15918


   


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