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
5.x使用了SVGRenderer,外部容器设置scale缩放时,tooltip位置和大小显示异常
export function newChart( container: string | HTMLElement, options?: RuntimeOptions ): Chart { const renderer = new SVGRenderer(); const chart = new Chart({ container, autoFit: true, theme: 'classicDark', renderer, ...options, }); return chart; }
https://codesandbox.io/p/devbox/kl2rv9
1、进入页面 2、将鼠标移动到柱体上,查看错误
tooltip展示大小和位置正常
No response
The text was updated successfully, but these errors were encountered:
@interstellarmt 这个好像类似的 issue 已经解决过的,看看。
Sorry, something went wrong.
@pearmini supportCSSTransform这个属性v5还支持吗,我没找到这个属性
No branches or pull requests
问题描述
5.x使用了SVGRenderer,外部容器设置scale缩放时,tooltip位置和大小显示异常
重现链接
https://codesandbox.io/p/devbox/kl2rv9
重现步骤
1、进入页面 2、将鼠标移动到柱体上,查看错误
预期行为
tooltip展示大小和位置正常
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: