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/14 06:14:26 UTC

[GitHub] [echarts] zhxxkeke removed a comment on issue #15782: 在时间轴中,柱状图启用动态排序时,切换时间轴会影响其他图表的动画效果 比如 路径图

zhxxkeke removed a comment on issue #15782:
URL: https://github.com/apache/echarts/issues/15782#issuecomment-942986617


   > 不太明白这里为什么要两个 series 两个数据集?希望用动态柱状图的是哪个系列?
   两个 series 两个数据集 是对应时间轴中的每一天的数据呀,实例我只是举例了两天的数据 每天对应一个数据集 一共有7天,完整的应该有7个不一样的数据集,这样理解对的吧。。。。
   用到动态柱状图的原因是,Y轴的数据是固定不变的,比如全国34个省的名称,但是时间轴中每一天的X轴数我只显示其中10个省的数据,而且每一天的Y轴都不一样,这导致了会显示24个空缺,非常不美观。虽然动态柱状图效果实现了 但是动画联动有BUG
   我就改用数据集来实现 实例的写法我是安装官网的教程来写的呀 没问题的呀
   简单来说 想要实现的效果就是一个柱状图,切换时间轴 Y轴和X轴显示的数据都不一样 举个例子。。。 10月1号Y轴显示浙江省的数据,10月2号Y轴显示上海市的数据  等等。。。


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