-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
【需求---层叠柱状图+一条折线+可平移】 #550
Comments
移动变宽发现了,长按误差没有发现。 |
定位这里:https://github.com/antvis/f2/blob/master/src/interaction/mixin/move.js#L122-L132 |
发现是柱状图重叠了,只有1个的时候没问题,这个例子同一时间有park/combo2种,计算就出错…… |
移动变宽的问题解决了,感谢大佬! |
fix: duplicate xScale calculate #550
我这里也出现长按会有误差,按A柱子tooltip展现的是B柱子,你解决了么?怎么解决的? |
作者你好,由于需求中有三种数据要展示,所以需要用到层叠柱状图和折线图混合使用,按照我的代码,初始化时柱状图每一条柱子宽度很窄,但是移动后柱子的宽度会重新渲染变宽,同时,长按显示tooltip时,会有误差,长按的是A条柱子,却显示了右边一条的tooltip.
请问下我的代码中有什么问题吗?
The text was updated successfully, but these errors were encountered: