Skip to content
New issue

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

如何不让x名称重叠 #5642

Closed
zhiyou1201 opened this issue Oct 16, 2023 · 3 comments
Closed

如何不让x名称重叠 #5642

zhiyou1201 opened this issue Oct 16, 2023 · 3 comments

Comments

@zhiyou1201
Copy link

chart
.interval()
.data(this.zhuData.top_user_price)
.encode('x', 'nickname')
.encode('y', (d)=> parseFloat(d.sale_total_price))

.encode('x', 'nickname')会吧nickname名称一样的重叠显示 我想让名字一样的也分别显示出来 如何实现呢?

@zhiyou1201
Copy link
Author

请问能解决吗

@pearmini
Copy link
Member

提供一下完整的代码?

@pearmini
Copy link
Member

相同问题:#5647

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants