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

Chart does not move left #10

Closed
hightitude opened this issue Aug 28, 2014 · 4 comments
Closed

Chart does not move left #10

hightitude opened this issue Aug 28, 2014 · 4 comments

Comments

@hightitude
Copy link

moveRight seems to be working just fine. But moveLeft does not do anything.

I am using a pod file to add EColumnChart, my entry is as below :
platform :ios, '7.0'
pod 'EChart'

@zhuhuihuihui
Copy link
Owner

It probably means that you've reached the end of the data on the left side. You can debug the code to see what's happening, if you still find a problem in the code, please open a new issue and let me know the details.

Thanks.

@hightitude
Copy link
Author

I display 7 columns at a time. Then moveRight on a button click, which happens just fine. Moves one column at a time to the right. However, once i have moved to the right, i need to move back to the left, and I try and do the same with a leftButton click, and call moveLeft, but this does not move the chart left.
I know i haven't reached the end of the data on the left as I just move the data to the right.

@zhuhuihuihui
Copy link
Owner

Can you try downloading the project directly from Github, instead of using pod, cause i've made few changes since i made the pod.

@hightitude
Copy link
Author

Did that too. No difference. Same issue, table moves right without issues, but when I try to move left, nothing.

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