-
-
Notifications
You must be signed in to change notification settings - Fork 751
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轴data为自定义连续的数字,然后让我的数据分布在这个区间内,有这个功能吗 #239
Comments
给个效果图呗 |
大致功能就是自定义x轴坐标为0到24点,然后将0到24点中有数据的部分显示出来, 没有就不显示了,不过这个x轴就类似于y轴的自动分布。而不是目前的一一对应。 |
现在最新的 demo中有一个自定义 tooltip 的示例,跟你现在的这个效果图差不多,你可以下载查看一下 |
好的谢谢 |
我看了下,你好像没理解我的意思。是这样的,我的x轴是永远固定的0到24,然后后台给我的数据是不定的时间点和这个时间点的数据。我想让我的时间落在x轴的区间内,比如0.1就在0到1之间,1.2就在1到2之间。 |
@Vutumn 这个问题是咋解决的呀 老哥 求指导 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
比如设置x轴data为0到11,然后让我的数据项,例如0.1,1.2,3.4等等分布在这个区间内。谢谢
The text was updated successfully, but these errors were encountered: