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
1.10.1
/
markLine: [ { date: dayjs().format('YYYY-MM-DD'), position: 'middle', style: { lineWidth: 1, lineColor: window.$themeVars?.successColor, scrollToMarkLine: true, lineDash: [8, 4] } } ]
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
@majinkai 你设置的日期是什么?现在markline是显示在2025年3月6日 是不对的吗?
Sorry, something went wrong.
@fangsmile
设置的是date: dayjs().format('YYYY-MM-DD'),也就是今天
date: dayjs().format('YYYY-MM-DD')
假设整个图中的最小日期是2025-01-01,最大日期是2025-10-01,markline给出一个日期是2024-12-01,就会像上图一样,在甘特图的某个位置上面显示一条线,按理说不应该显示任何线
@fangsmile 设置的是date: dayjs().format('YYYY-MM-DD'),也就是今天 假设整个图中的最小日期是2025-01-01,最大日期是2025-10-01,markline给出一个日期是2024-12-01,就会像上图一样,在甘特图的某个位置上面显示一条线,按理说不应该显示任何线
ok 你这样描述问题 我就知道怎么复现去排查问题了 @majinkai
fix: when markline date less then minDate should not show #2689
e93e0ed
fangsmile
Successfully merging a pull request may close this issue.
Version
1.10.1
Link to Minimal Reproduction
/
Steps to Reproduce
Current Behavior
Expected Behavior
/
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: