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
如图所示,我希望只显示 9:30 ~ 11:30 和 13:00 ~ 15:00 两段区间的数据。头尾的限制已经使用min和max限制,中间如何隐藏?
meta: { time: { type: 'timeCat', mask: 'HH:mm', }, }, xAxis: { nice: false, type: 'time', min: startDate.getTime(), // 9:30 max: endDate.getTime(), // 15:00 },
Please provide a link by forking these links g2plot or GitHub repo. What is a minimal reproduction, and why is it required?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Question description [Please make everyone to understand it]
如图所示,我希望只显示 9:30 ~ 11:30 和 13:00 ~ 15:00 两段区间的数据。头尾的限制已经使用min和max限制,中间如何隐藏?
💻 Link to minimal reproduction
Please provide a link by forking these links g2plot or GitHub repo. What is a minimal reproduction, and why is it required?
🏞 Expected result
🚑 Any additional [like screenshots]
The text was updated successfully, but these errors were encountered: