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
这个是我的数据 "Close": "90.875", "Date": "17:00", "High": "92.5", "Low": "90.625", "Open": "91.375", "Volume": "6446000"
然后是我的显示 我像分时图那样子转化数据 Date startTime = DateUtil.shortTimeFormat.parse("17:00"); 但是我K型图底部还是 2016/01/02 这个样子数据显示
The text was updated successfully, but these errors were encountered:
你看一下 KLineChartAdapter这个类 getDate 方法 返回的其实就是一个date时间
Sorry, something went wrong.
No branches or pull requests
这个是我的数据
"Close": "90.875",
"Date": "17:00",
"High": "92.5",
"Low": "90.625",
"Open": "91.375",
"Volume": "6446000"
然后是我的显示 我像分时图那样子转化数据 Date startTime = DateUtil.shortTimeFormat.parse("17:00");
但是我K型图底部还是 2016/01/02 这个样子数据显示
The text was updated successfully, but these errors were encountered: