-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
the first and last point have a line #1672
Comments
the point not have the value |
func initPMDayCharts(){
|
func setPMDayData(var data:NSArray,var labels:NSArray,var desc:NSString) {
|
Your data is probably not ordered... Please revisit your data and make sure it's ordered. |
how to ordered? What type of requirements |
Entries with x=5 should come before entries with x=6... |
It is this way to allow fast searching through the entries. |
hi,danielgindi:
excuse me,
I have a problem, please help me.
I use the charts, found the first and last point have a line .
how to solve,thank you
The text was updated successfully, but these errors were encountered: