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
关于一个点不显示问题,网上找了很多方案,大致都是说要去改源码的,但我觉得比较麻烦,说下我的解决方法: 我是判断如果我的列表只有一个值的话,就动态给添加一个空数据元素(value为负数),这样相当于是两个点,而第二个点的值是负数,那就会把第二个点绘制到x轴的下面,这样就看不到了,也就是默认显示了一个点带一根线,然后动态判断把这个线设置成白色即可
;下面是截图:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
关于一个点不显示问题,网上找了很多方案,大致都是说要去改源码的,但我觉得比较麻烦,说下我的解决方法:
我是判断如果我的列表只有一个值的话,就动态给添加一个空数据元素(value为负数),这样相当于是两个点,而第二个点的值是负数,那就会把第二个点绘制到x轴的下面,这样就看不到了,也就是默认显示了一个点带一根线,然后动态判断把这个线设置成白色即可
;下面是截图:
The text was updated successfully, but these errors were encountered: