F2 icon indicating copy to clipboard operation
F2 copied to clipboard

分组柱状图平移时,横坐标平移,但柱状图没有更新

Open jiw29 opened this issue 2 years ago • 4 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://f2.antv.vision/zh/examples/column/dodge#dodge

Steps to reproduce

chart.source(data)改为:

chart.source(data,{
  '月份':{
    tickCount:3,
    values:['Jan.','Feb.','Mar.']}
});

然后在render之前添加

chart.interaction("pan");

平移时,横坐标改变,但是柱状图没有响应的变化

Environment Info
f2 3.8.9
System -
Browser -

jiw29 avatar Nov 23 '21 07:11 jiw29

Same question

yangtoude avatar Jan 08 '22 13:01 yangtoude

Versions 3.6.0, 3.7.0, 3.8.0 and 3.8.7 have the same problem

yangtoude avatar Jan 09 '22 01:01 yangtoude

同样的问题,stack模式没有问题

shaojingchao avatar Nov 18 '22 03:11 shaojingchao

同样的问题,最新的 3.8.13 版本,该问题依旧存在。

modao avatar Jul 25 '23 03:07 modao