We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题如图:
相关代码只有这些 this.chart.source(data.itemlist, { createOn: { type: "timeCat", range: [0, 1], tickCount: 4 }, });
this.chart.interaction('pan').interaction('pinch');
The text was updated successfully, but these errors were encountered:
恩,你升级下 F2 的版本,使用最新的 @antv/f2@3.2.3 版本试试看还会不会有这个问题。
Sorry, something went wrong.
@simaQ 升级后问题仍然存在, 缩放后 在最左边没有问题,往右移就会出现
恩,能提供复现这个问题的源码和数据吗? 我还具体排查下问题在哪里
@simaQ https://codepen.io/mdj11j/pen/NObgVR
fix: fix the draw error of polyline which has empty points but still …
2c33683
…fill the area. Closed #363.
升级到 3.2.4-beta.1
simaQ
Successfully merging a pull request may close this issue.
问题如图:
相关代码只有这些
this.chart.source(data.itemlist, {
createOn: {
type: "timeCat",
range: [0, 1],
tickCount: 4
},
});
this.chart.interaction('pan').interaction('pinch');
The text was updated successfully, but these errors were encountered: