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
现在需求是想做到鼠标移动到甘特图上,就可以显示当前对应竖直下的时间,我看没有根据位置来算时间的方法额。
The text was updated successfully, but these errors were encountered:
我后续看一下怎么加上去比较合理
Sorry, something went wrong.
大佬,我这边看了代码,看到getPositonOffset,是指根据给定字符串形式的时间生成相对时间轴起点的的偏移值。但是现在的需求是想根据时间轴起点的的偏移值来获取时间,相当于反过来了。这个大佬有没有思路提供下,我先去研究研究。
( 偏移值 / scale )+起始时间 = 你点击位置的时间
No branches or pull requests
现在需求是想做到鼠标移动到甘特图上,就可以显示当前对应竖直下的时间,我看没有根据位置来算时间的方法额。
The text was updated successfully, but these errors were encountered: